Apache 1.3 OS X 10.4 help

Apache 1.3 OS X 10.4 help

am 17.02.2010 17:04:07 von Rupert Reid

Hello,



I am new to this but hope that you can help me.


I have 2 virtual domain websites published at http://80.189.101.120/
isinglive/ and http://80.189.101.120/cantoenvivo/ respectively.

The following domains: http://isinglive.co.uk and http://
cantoenvivo.com are respectively forwarded to the above url's using
my hosts framed web forwarding.

For example when browser clicks on page http://80.189.101.120/
isinglive/rosario.php the browser url bar will show http://
isinglive.co.uk.


What I want to achieve is that when a browser clicks on http://
80.189.101.120/isinglive/rosario.php, I want apache to send http://
isinglive.co.uk/rosario.php to the browser (not the former) or if
http://80.189.101.120/cantoenvivo/filosofia.php is clicked show
http://cantoenvivo.com/filosofia.php.

How can I get apache to do dynamically this dynamically for each
virtual domain?

It is really important for me that the URL as described is sent to
the browser - without it browsers cannot bookmark pages.



If there is any more information that you need to help with this
please let me know and i will post it.





Thanks Rupert

Never b sharp, never b flat, always b natural.

------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org

Re: Apache 1.3 OS X 10.4 help

am 18.02.2010 16:02:02 von Tom Evans

On Wed, Feb 17, 2010 at 4:04 PM, Rupert Reid wrote:
> Hello,
>
>
>
> I am new to this but hope that you can help me.
>
>
> I have 2 virtual domain websites published at
> http://80.189.101.120/isinglive/ and http://80.189.101.120/cantoenvivo/
> respectively.
>
> The following domains: http://isinglive.co.uk and http://cantoenvivo.com are
> respectively forwarded to the above url's using my hosts framed web
> forwarding.
>
> For example when browser clicks on page
> http://80.189.101.120/isinglive/rosario.php the browser url bar will show
> http://isinglive.co.uk.
>
>
> What I want to achieve is that when a browser clicks on
> http://80.189.101.120/isinglive/rosario.php, I want apache to send
> http://isinglive.co.uk/rosario.php to the browser (not the former) or if
> http://80.189.101.120/cantoenvivo/filosofia.php is clicked show
> http://cantoenvivo.com/filosofia.php.
>
> How can I get apache to do dynamically this dynamically for each virtual
> domain?
>
> It is really important for me that the URL as described is sent to the
> browser - without it browsers cannot bookmark pages.
>

Yeah, that isn't how HTTP works unfortunately.

The easiest way to solve this is to host it properly. Tell your host
to change the dns to point those domains at the box serving the real
content, configure apache on that box to do proper virtualhosting, and
drop the silly framed content.

Cheers

Tom

------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org

Re: Apache 1.3 OS X 10.4 help

am 18.02.2010 21:12:42 von Daniel Reinhardt

--------------------------------------------------
From: "Rupert Reid"
Sent: 17 February, 2010 16:04
To:
Subject: [users@httpd] Apache 1.3 OS X 10.4 help

> Hello,
>
>
>
> I am new to this but hope that you can help me.
>
>
> I have 2 virtual domain websites published at http://80.189.101.120/
> isinglive/ and http://80.189.101.120/cantoenvivo/ respectively.
>
> The following domains: http://isinglive.co.uk and http:// cantoenvivo.com are
> respectively forwarded to the above url's using my hosts framed web
> forwarding.
>
> For example when browser clicks on page http://80.189.101.120/
> isinglive/rosario.php the browser url bar will show http:// isinglive.co.uk.
>
>
> What I want to achieve is that when a browser clicks on http://
> 80.189.101.120/isinglive/rosario.php, I want apache to send http://
> isinglive.co.uk/rosario.php to the browser (not the former) or if
> http://80.189.101.120/cantoenvivo/filosofia.php is clicked show
> http://cantoenvivo.com/filosofia.php.
>
> How can I get apache to do dynamically this dynamically for each virtual
> domain?
>
> It is really important for me that the URL as described is sent to the
> browser - without it browsers cannot bookmark pages.
>
>
>
> If there is any more information that you need to help with this please let
> me know and i will post it.
>
>
>
>
>
> Thanks Rupert
>
> Never b sharp, never b flat, always b natural.
>
> ------------------------------------------------------------ ---------
> The official User-To-User support forum of the Apache HTTP Server Project.
> See for more info.
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
> " from the digest: users-digest-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
>

Actually,

What you are wanting is already being done. I just tried it, and it displays as
you wish.

Thanks,
Daniel


------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org

Re: Apache 1.3 OS X 10.4 help

am 23.02.2010 19:27:06 von Rupert Reid

On 18 Feb 2010, at 20:12, Daniel Reinhardt wrote:

>
> --------------------------------------------------
> From: "Rupert Reid"
> Sent: 17 February, 2010 16:04
> To:
> Subject: [users@httpd] Apache 1.3 OS X 10.4 help
>
>> Hello,
>>
>>
>>
>> I am new to this but hope that you can help me.
>>
>>
>> I have 2 virtual domain websites published at http://
>> 80.189.101.120/ isinglive/ and http://80.189.101.120/cantoenvivo/
>> respectively.
>>
>> The following domains: http://isinglive.co.uk and http://
>> cantoenvivo.com are respectively forwarded to the above url's
>> using my hosts framed web forwarding.
>>
>> For example when browser clicks on page http://80.189.101.120/
>> isinglive/rosario.php the browser url bar will show http://
>> isinglive.co.uk.
>>
>>
>> What I want to achieve is that when a browser clicks on http://
>> 80.189.101.120/isinglive/rosario.php, I want apache to send
>> http:// isinglive.co.uk/rosario.php to the browser (not the
>> former) or if http://80.189.101.120/cantoenvivo/filosofia.php is
>> clicked show http://cantoenvivo.com/filosofia.php.
>>
>> How can I get apache to do dynamically this dynamically for each
>> virtual domain?
>>
>> It is really important for me that the URL as described is sent
>> to the browser - without it browsers cannot bookmark pages.
>>
>>
>>
>> If there is any more information that you need to help with this
>> please let me know and i will post it.
>>
>>
>>
>>
>>
>> Thanks Rupert
>>
>> Never b sharp, never b flat, always b natural.
>>
>> ------------------------------------------------------------ ---------
>> The official User-To-User support forum of the Apache HTTP Server
>> Project.
>> See for more info.
>> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
>> " from the digest: users-digest-unsubscribe@httpd.apache.org
>> For additional commands, e-mail: users-help@httpd.apache.org
>>
>
> Actually,
>
> What you are wanting is already being done. I just tried it, and
> it displays as you wish.
>
> Thanks,
> Daniel
>
> ------------------------------------------------------------ ---------
> The official User-To-User support forum of the Apache HTTP Server
> Project.
> See for more info.
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
> " from the digest: users-digest-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
>
>

Hello Daniel,
You are correct.
The browser displays only http://isinglive.co.uk for each and every
page and any page can be bookmarked and returned to using that bookmak.

Hoowever, all bookmarked pages have the same address: http://
isinglive.co.uk meaning that only pne page from this site can be
bookmarked at a time. If an attempt to bookmark a second page with
the same browser is made then the current bookmarked page will be
replaced by the new bookmarked page because they have the same name:
http://isinglive.co.uk. meaning that only pne page from this site can
be bookmarked at a time.

What I would prefer is that the full URL is displayed in the browser
so that pages can be differentiated.

How can I do this?

Thanks Rupert
Never b sharp, never b flat, alway's b natural




------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org

Re: Apache 1.3 OS X 10.4 help

am 23.02.2010 22:43:17 von Daniel Reinhardt

--------------------------------------------------
From: "Rupert Reid"
Sent: 23 February, 2010 18:27
To:
Subject: Re: [users@httpd] Apache 1.3 OS X 10.4 help

> On 18 Feb 2010, at 20:12, Daniel Reinhardt wrote:
>
>>
>> --------------------------------------------------
>> From: "Rupert Reid"
>> Sent: 17 February, 2010 16:04
>> To:
>> Subject: [users@httpd] Apache 1.3 OS X 10.4 help
>>
>>> Hello,
>>>
>>>
>>>
>>> I am new to this but hope that you can help me.
>>>
>>>
>>> I have 2 virtual domain websites published at http:// 80.189.101.120/
>>> isinglive/ and http://80.189.101.120/cantoenvivo/ respectively.
>>>
>>> The following domains: http://isinglive.co.uk and http:// cantoenvivo.com
>>> are respectively forwarded to the above url's using my hosts framed web
>>> forwarding.
>>>
>>> For example when browser clicks on page http://80.189.101.120/
>>> isinglive/rosario.php the browser url bar will show http://
>>> isinglive.co.uk.
>>>
>>>
>>> What I want to achieve is that when a browser clicks on http://
>>> 80.189.101.120/isinglive/rosario.php, I want apache to send http://
>>> isinglive.co.uk/rosario.php to the browser (not the former) or if
>>> http://80.189.101.120/cantoenvivo/filosofia.php is clicked show
>>> http://cantoenvivo.com/filosofia.php.
>>>
>>> How can I get apache to do dynamically this dynamically for each virtual
>>> domain?
>>>
>>> It is really important for me that the URL as described is sent to the
>>> browser - without it browsers cannot bookmark pages.
>>>
>>>
>>>
>>> If there is any more information that you need to help with this please
>>> let me know and i will post it.
>>>
>>>
>>>
>>>
>>>
>>> Thanks Rupert
>>>
>>> Never b sharp, never b flat, always b natural.
>>>
>>> ------------------------------------------------------------ ---------
>>> The official User-To-User support forum of the Apache HTTP Server Project.
>>> See for more info.
>>> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
>>> " from the digest: users-digest-unsubscribe@httpd.apache.org
>>> For additional commands, e-mail: users-help@httpd.apache.org
>>>
>>
>> Actually,
>>
>> What you are wanting is already being done. I just tried it, and it
>> displays as you wish.
>>
>> Thanks,
>> Daniel
>>
>> ------------------------------------------------------------ ---------
>> The official User-To-User support forum of the Apache HTTP Server Project.
>> See for more info.
>> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
>> " from the digest: users-digest-unsubscribe@httpd.apache.org
>> For additional commands, e-mail: users-help@httpd.apache.org
>>
>>
>
> Hello Daniel,
> You are correct.
> The browser displays only http://isinglive.co.uk for each and every page and
> any page can be bookmarked and returned to using that bookmak.
>
> Hoowever, all bookmarked pages have the same address: http:// isinglive.co.uk
> meaning that only pne page from this site can be bookmarked at a time. If an
> attempt to bookmark a second page with the same browser is made then the
> current bookmarked page will be replaced by the new bookmarked page because
> they have the same name: http://isinglive.co.uk. meaning that only pne page
> from this site can be bookmarked at a time.
>
> What I would prefer is that the full URL is displayed in the browser so that
> pages can be differentiated.
>
> How can I do this?
>
> Thanks Rupert
> Never b sharp, never b flat, alway's b natural
>
>
>
>
> ------------------------------------------------------------ ---------
> The official User-To-User support forum of the Apache HTTP Server Project.
> See for more info.
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
> " from the digest: users-digest-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
>

Rupert,

This is already being done. I bookmarked like 5 pages, and all go to their
respective targets.

Thanks,
Daniel


------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org

Re: Apache 1.3 OS X 10.4 help

am 24.02.2010 12:26:06 von Rupert Reid

On 23 Feb 2010, at 21:43, Daniel Reinhardt wrote:

>
> --------------------------------------------------
> From: "Rupert Reid"
> Sent: 23 February, 2010 18:27
> To:
> Subject: Re: [users@httpd] Apache 1.3 OS X 10.4 help
>
>> On 18 Feb 2010, at 20:12, Daniel Reinhardt wrote:
>>
>>>
>>> --------------------------------------------------
>>> From: "Rupert Reid"
>>> Sent: 17 February, 2010 16:04
>>> To:
>>> Subject: [users@httpd] Apache 1.3 OS X 10.4 help
>>>
>>>> Hello,
>>>>
>>>>
>>>>
>>>> I am new to this but hope that you can help me.
>>>>
>>>>
>>>> I have 2 virtual domain websites published at http://
>>>> 80.189.101.120/ isinglive/ and http://80.189.101.120/
>>>> cantoenvivo/ respectively.
>>>>
>>>> The following domains: http://isinglive.co.uk and http://
>>>> cantoenvivo.com are respectively forwarded to the above url's
>>>> using my hosts framed web forwarding.
>>>>
>>>> For example when browser clicks on page http://80.189.101.120/
>>>> isinglive/rosario.php the browser url bar will show http://
>>>> isinglive.co.uk.
>>>>
>>>>
>>>> What I want to achieve is that when a browser clicks on http://
>>>> 80.189.101.120/isinglive/rosario.php, I want apache to send
>>>> http:// isinglive.co.uk/rosario.php to the browser (not the
>>>> former) or if http://80.189.101.120/cantoenvivo/filosofia.php
>>>> is clicked show http://cantoenvivo.com/filosofia.php.
>>>>
>>>> How can I get apache to do dynamically this dynamically for
>>>> each virtual domain?
>>>>
>>>> It is really important for me that the URL as described is sent
>>>> to the browser - without it browsers cannot bookmark pages.
>>>>
>>>>
>>>>
>>>> If there is any more information that you need to help with
>>>> this please let me know and i will post it.
>>>>
>>>>
>>>>
>>>>
>>>>
>>>> Thanks Rupert
>>>>
>>>> Never b sharp, never b flat, always b natural.
>>>>
>>>> ------------------------------------------------------------ -------
>>>> --
>>>> The official User-To-User support forum of the Apache HTTP
>>>> Server Project.
>>>> See for more info.
>>>> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
>>>> " from the digest: users-digest-unsubscribe@httpd.apache.org
>>>> For additional commands, e-mail: users-help@httpd.apache.org
>>>>
>>>
>>> Actually,
>>>
>>> What you are wanting is already being done. I just tried it,
>>> and it displays as you wish.
>>>
>>> Thanks,
>>> Daniel
>>>
>>> ------------------------------------------------------------ --------
>>> -
>>> The official User-To-User support forum of the Apache HTTP
>>> Server Project.
>>> See for more info.
>>> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
>>> " from the digest: users-digest-unsubscribe@httpd.apache.org
>>> For additional commands, e-mail: users-help@httpd.apache.org
>>>
>>>
>>
>> Hello Daniel,
>> You are correct.
>> The browser displays only http://isinglive.co.uk for each and
>> every page and any page can be bookmarked and returned to using
>> that bookmak.
>>
>> Hoowever, all bookmarked pages have the same address: http://
>> isinglive.co.uk meaning that only pne page from this site can be
>> bookmarked at a time. If an attempt to bookmark a second page
>> with the same browser is made then the current bookmarked page
>> will be replaced by the new bookmarked page because they have the
>> same name: http://isinglive.co.uk. meaning that only pne page
>> from this site can be bookmarked at a time.
>>
>> What I would prefer is that the full URL is displayed in the
>> browser so that pages can be differentiated.
>>
>> How can I do this?
>>
>> Thanks Rupert
>> Never b sharp, never b flat, alway's b natural
>>
>>
>>
>>
>> ------------------------------------------------------------ ---------
>> The official User-To-User support forum of the Apache HTTP Server
>> Project.
>> See for more info.
>> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
>> " from the digest: users-digest-unsubscribe@httpd.apache.org
>> For additional commands, e-mail: users-help@httpd.apache.org
>>
>
> Rupert,
>
> This is already being done. I bookmarked like 5 pages, and all go
> to their respective targets.
>
> Thanks,
> Daniel
>
> ------------------------------------------------------------ ---------
> The official User-To-User support forum of the Apache HTTP Server
> Project.
> See for more info.
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
> " from the digest: users-digest-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
>
>


Thanks Daniel,

It must be IE that is the problem. I will try with other browsers
when I get the chance.

Rupert
Never b sharp, never b flat, alway's b natural

------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org

Re: Apache 1.3 OS X 10.4 help

am 24.02.2010 22:08:51 von Jonathan Zuckerman

--0016e64dbc0efe5b9304805f1370
Content-Type: text/plain; charset=UTF-8

On Wed, Feb 24, 2010 at 3:26 AM, Rupert Reid wrote:

>
> On 23 Feb 2010, at 21:43, Daniel Reinhardt wrote:
>
>
>> --------------------------------------------------
>> From: "Rupert Reid"
>> Sent: 23 February, 2010 18:27
>> To:
>> Subject: Re: [users@httpd] Apache 1.3 OS X 10.4 help
>>
>> On 18 Feb 2010, at 20:12, Daniel Reinhardt wrote:
>>>
>>>
>>>> --------------------------------------------------
>>>> From: "Rupert Reid"
>>>> Sent: 17 February, 2010 16:04
>>>> To:
>>>> Subject: [users@httpd] Apache 1.3 OS X 10.4 help
>>>>
>>>> Hello,
>>>>>
>>>>>
>>>>>
>>>>> I am new to this but hope that you can help me.
>>>>>
>>>>>
>>>>> I have 2 virtual domain websites published at http:// 80.189.101.120/isinglive/ and
>>>>> http://80.189.101.120/cantoenvivo/ respectively.
>>>>>
>>>>> The following domains: http://isinglive.co.uk and http://
>>>>> cantoenvivo.com are respectively forwarded to the above url's using
>>>>> my hosts framed web forwarding.
>>>>>
>>>>> For example when browser clicks on page http://80.189.101.120/isinglive/rosario.php the browser url bar will show http://
>>>>> isinglive.co.uk.
>>>>>
>>>>>
>>>>> What I want to achieve is that when a browser clicks on http://
>>>>> 80.189.101.120/isinglive/rosario.php, I want apache to send http://
>>>>> isinglive.co.uk/rosario.php to the browser (not the former) or if
>>>>> http://80.189.101.120/cantoenvivo/filosofia.php is clicked show
>>>>> http://cantoenvivo.com/filosofia.php.
>>>>>
>>>>> How can I get apache to do dynamically this dynamically for each
>>>>> virtual domain?
>>>>>
>>>>> It is really important for me that the URL as described is sent to
>>>>> the browser - without it browsers cannot bookmark pages.
>>>>>
>>>>>
>>>>>
>>>>> If there is any more information that you need to help with this
>>>>> please let me know and i will post it.
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>> Thanks Rupert
>>>>>
>>>>> Never b sharp, never b flat, always b natural.
>>>>>
>>>>> ------------------------------------------------------------ ---------
>>>>> The official User-To-User support forum of the Apache HTTP Server
>>>>> Project.
>>>>> See for more info.
>>>>> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
>>>>> " from the digest: users-digest-unsubscribe@httpd.apache.org
>>>>> For additional commands, e-mail: users-help@httpd.apache.org
>>>>>
>>>>>
>>>> Actually,
>>>>
>>>> What you are wanting is already being done. I just tried it, and it
>>>> displays as you wish.
>>>>
>>>> Thanks,
>>>> Daniel
>>>>
>>>> ------------------------------------------------------------ ---------
>>>> The official User-To-User support forum of the Apache HTTP Server
>>>> Project.
>>>> See for more info.
>>>> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
>>>> " from the digest: users-digest-unsubscribe@httpd.apache.org
>>>> For additional commands, e-mail: users-help@httpd.apache.org
>>>>
>>>>
>>>>
>>> Hello Daniel,
>>> You are correct.
>>> The browser displays only http://isinglive.co.uk for each and every
>>> page and any page can be bookmarked and returned to using that bookmak.
>>>
>>> Hoowever, all bookmarked pages have the same address: http://
>>> isinglive.co.uk meaning that only pne page from this site can be
>>> bookmarked at a time. If an attempt to bookmark a second page with the
>>> same browser is made then the current bookmarked page will be replaced by
>>> the new bookmarked page because they have the same name:
>>> http://isinglive.co.uk. meaning that only pne page from this site can
>>> be bookmarked at a time.
>>>
>>> What I would prefer is that the full URL is displayed in the browser so
>>> that pages can be differentiated.
>>>
>>> How can I do this?
>>>
>>> Thanks Rupert
>>> Never b sharp, never b flat, alway's b natural
>>>
>>>
>>>
>>>
>>> ------------------------------------------------------------ ---------
>>> The official User-To-User support forum of the Apache HTTP Server
>>> Project.
>>> See for more info.
>>> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
>>> " from the digest: users-digest-unsubscribe@httpd.apache.org
>>> For additional commands, e-mail: users-help@httpd.apache.org
>>>
>>>
>> Rupert,
>>
>> This is already being done. I bookmarked like 5 pages, and all go to
>> their respective targets.
>>
>> Thanks,
>> Daniel
>>
>> ------------------------------------------------------------ ---------
>> The official User-To-User support forum of the Apache HTTP Server Project.
>> See for more info.
>> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
>> " from the digest: users-digest-unsubscribe@httpd.apache.org
>> For additional commands, e-mail: users-help@httpd.apache.org
>>
>>
>>
>
> Thanks Daniel,
>
> It must be IE that is the problem. I will try with other browsers when I
> get the chance.
>
>
> Rupert
> Never b sharp, never b flat, alway's b natural
>
> ------------------------------------------------------------ ---------
> The official User-To-User support forum of the Apache HTTP Server Project.
> See for more info.
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
> " from the digest: users-digest-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
>
>
I doubt that IE is the problem.

--0016e64dbc0efe5b9304805f1370
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: quoted-printable

On Wed, Feb 24, 2010 at 3:26 AM, Rupert Reid < =3D"mailto:isinglive@madasafish.com">isinglive@madasafish.co m> > wrote:

yle=3D"margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">



On 23 Feb 2010, at 21:43, Daniel Reinhardt wrote:



x #ccc solid;padding-left:1ex">


--------------------------------------------------

From: "Rupert Reid" < m" target=3D"_blank">isinglive@madasafish.com>

Sent: 23 February, 2010 18:27

To: <users@h=
ttpd.apache.org
>

Subject: Re: [users@httpd] Apache 1.3 OS X 10.4 help



x #ccc solid;padding-left:1ex">
On 18 Feb 2010, at 20:12, Daniel Reinhardt wrote:



x #ccc solid;padding-left:1ex">


--------------------------------------------------

From: "Rupert Reid" < m" target=3D"_blank">isinglive@madasafish.com>

Sent: 17 February, 2010 16:04

To: <users@h=
ttpd.apache.org
>

Subject: [users@httpd] Apache 1.3 OS X 10.4 help



x #ccc solid;padding-left:1ex">
Hello,







I am new to this but hope that you can help me.





I have 2 virtual domain websites published at http:// 189.101.120/" target=3D"_blank">80.189.101.120/ isinglive/ and =3D"http://80.189.101.120/" target=3D"_blank">http://80.189.101.120/can=
toenvivo/  respectively.





The following domains: >http://isinglive.co.uk and http://   ..com" target=3D"_blank">cantoenvivo.com are respectively forwarded to t=
he above url's  using  my hosts framed web forwarding.





For example when browser clicks on page target=3D"_blank">http://80.189.101.120/ isinglive/rosario.php the brow=
ser url bar will show http:// _blank">isinglive.co.uk.







What I want to achieve is that when a browser clicks on http:// http://80.189.101.120/isinglive/rosario.php" target=3D"_blank">80.189.101.1=
20/isinglive/rosario.php
, I want apache to send  http:// =3D"http://isinglive.co.uk/rosario.php" target=3D"_blank">isinglive.co.uk/r=
osario.php
to the browser (not the  former) or if //80.189.101.120/cantoenvivo/filosofia.php" target=3D"_blank">http://80.189=
..101.120/cantoenvivo/filosofia.php
is  clicked show p://cantoenvivo.com/filosofia.php" target=3D"_blank">http://cantoenvivo.com=
/filosofia.php
.





How can I get apache to do dynamically this dynamically for each   vir=
tual domain?



It is really important for me that the URL as described is sent  to =
 the browser - without it browsers cannot bookmark pages.







If there is any more information that you need to help with this   ple=
ase let me know and i will post it.











Thanks Rupert



Never b sharp, never b flat, always b natural.



------------------------------------------------------------ ---------

The official User-To-User support forum of the Apache HTTP Server  Pro=
ject.

See <URL: lank">http://httpd.apache.org/userslist.html> for more info.

To unsubscribe, e-mail: g" target=3D"_blank">users-unsubscribe@httpd.apache.org

 "   from the digest: cribe@httpd.apache.org" target=3D"_blank">users-digest-unsubscribe@httpd.ap=
ache.org


For additional commands, e-mail: org" target=3D"_blank">users-help@httpd.apache.org






Actually,



What you are wanting is already being done.  I just tried it, and =C2=
=A0it displays as you wish.



Thanks,

Daniel



------------------------------------------------------------ ---------

The official User-To-User support forum of the Apache HTTP Server  Pro=
ject.

See <URL: lank">http://httpd.apache.org/userslist.html> for more info.

To unsubscribe, e-mail: g" target=3D"_blank">users-unsubscribe@httpd.apache.org

 "   from the digest: cribe@httpd.apache.org" target=3D"_blank">users-digest-unsubscribe@httpd.ap=
ache.org


For additional commands, e-mail: org" target=3D"_blank">users-help@httpd.apache.org








Hello Daniel,

You are correct.

The browser displays only nk">http://isinglive.co.uk for each and every  page and any page c=
an be bookmarked and returned to using that bookmak.



Hoowever, all bookmarked pages have the same address: http:// tp://isinglive.co.uk" target=3D"_blank">isinglive.co.uk meaning that on=
ly pne page from this site can be  bookmarked at a time.  If an a=
ttempt to bookmark a second page with  the same browser is made then t=
he current bookmarked page will be  replaced by the new bookmarked pag=
e because they have the same name:   target=3D"_blank">http://isinglive.co.uk. meaning that only pne page f=
rom this site can  be bookmarked at a time.





What I would prefer is that the full URL is displayed in the browser  =
so that pages can be differentiated.



How can I do this?



Thanks Rupert

Never b sharp, never b flat, alway's b natural









------------------------------------------------------------ ---------

The official User-To-User support forum of the Apache HTTP Server Project.<=
br>
See <URL: lank">http://httpd.apache.org/userslist.html> for more info.

To unsubscribe, e-mail: g" target=3D"_blank">users-unsubscribe@httpd.apache.org

 "   from the digest: cribe@httpd.apache.org" target=3D"_blank">users-digest-unsubscribe@httpd.ap=
ache.org


For additional commands, e-mail: org" target=3D"_blank">users-help@httpd.apache.org






Rupert,



This is already being done.  I bookmarked like 5 pages, and all go to =
their respective targets.



Thanks,

Daniel



------------------------------------------------------------ ---------

The official User-To-User support forum of the Apache HTTP Server Project.<=
br>
See <URL: lank">http://httpd.apache.org/userslist.html> for more info.

To unsubscribe, e-mail: g" target=3D"_blank">users-unsubscribe@httpd.apache.org

 "   from the digest: cribe@httpd.apache.org" target=3D"_blank">users-digest-unsubscribe@httpd.ap=
ache.org


For additional commands, e-mail: org" target=3D"_blank">users-help@httpd.apache.org










Thanks Daniel,



It must be IE that is the problem.  I will try with other browsers whe=
n I get the chance.




Rupert

Never b sharp, never b flat, alway's b natural



------------------------------------------------------------ ---------

The official User-To-User support forum of the Apache HTTP Server Project.<=
br>
See <URL: lank">http://httpd.apache.org/userslist.html> for more info.

To unsubscribe, e-mail: g" target=3D"_blank">users-unsubscribe@httpd.apache.org

 "   from the digest: cribe@httpd.apache.org" target=3D"_blank">users-digest-unsubscribe@httpd.ap=
ache.org


For additional commands, e-mail: org" target=3D"_blank">users-help@httpd.apache.org




I doubt that IE is the problem. v>

--0016e64dbc0efe5b9304805f1370--

Re: Apache 1.3 OS X 10.4 help

am 25.02.2010 02:20:32 von Daniel Reinhardt

--------------------------------------------------
From: "Jonathan Zuckerman"
Sent: 24 February, 2010 21:08
To:
Subject: Re: [users@httpd] Apache 1.3 OS X 10.4 help

> On Wed, Feb 24, 2010 at 3:26 AM, Rupert Reid wrote:
>
>>
>> On 23 Feb 2010, at 21:43, Daniel Reinhardt wrote:
>>
>>
>>> --------------------------------------------------
>>> From: "Rupert Reid"
>>> Sent: 23 February, 2010 18:27
>>> To:
>>> Subject: Re: [users@httpd] Apache 1.3 OS X 10.4 help
>>>
>>> On 18 Feb 2010, at 20:12, Daniel Reinhardt wrote:
>>>>
>>>>
>>>>> --------------------------------------------------
>>>>> From: "Rupert Reid"
>>>>> Sent: 17 February, 2010 16:04
>>>>> To:
>>>>> Subject: [users@httpd] Apache 1.3 OS X 10.4 help
>>>>>
>>>>> Hello,
>>>>>>
>>>>>>
>>>>>>
>>>>>> I am new to this but hope that you can help me.
>>>>>>
>>>>>>
>>>>>> I have 2 virtual domain websites published at http://
>>>>>> 80.189.101.120/isinglive/ and
>>>>>> http://80.189.101.120/cantoenvivo/ respectively.
>>>>>>
>>>>>> The following domains: http://isinglive.co.uk and http://
>>>>>> cantoenvivo.com are respectively forwarded to the above url's using
>>>>>> my hosts framed web forwarding.
>>>>>>
>>>>>> For example when browser clicks on page
>>>>>> http://80.189.101.120/isinglive/rosario.php the browser url bar will show
>>>>>> http://
>>>>>> isinglive.co.uk.
>>>>>>
>>>>>>
>>>>>> What I want to achieve is that when a browser clicks on http://
>>>>>> 80.189.101.120/isinglive/rosario.php, I want apache to send http://
>>>>>> isinglive.co.uk/rosario.php to the browser (not the former) or if
>>>>>> http://80.189.101.120/cantoenvivo/filosofia.php is clicked show
>>>>>> http://cantoenvivo.com/filosofia.php.
>>>>>>
>>>>>> How can I get apache to do dynamically this dynamically for each
>>>>>> virtual domain?
>>>>>>
>>>>>> It is really important for me that the URL as described is sent to
>>>>>> the browser - without it browsers cannot bookmark pages.
>>>>>>
>>>>>>
>>>>>>
>>>>>> If there is any more information that you need to help with this
>>>>>> please let me know and i will post it.
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>> Thanks Rupert
>>>>>>
>>>>>> Never b sharp, never b flat, always b natural.
>>>>>>
>>>>>> ------------------------------------------------------------ ---------
>>>>>> The official User-To-User support forum of the Apache HTTP Server
>>>>>> Project.
>>>>>> See for more info.
>>>>>> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
>>>>>> " from the digest: users-digest-unsubscribe@httpd.apache.org
>>>>>> For additional commands, e-mail: users-help@httpd.apache.org
>>>>>>
>>>>>>
>>>>> Actually,
>>>>>
>>>>> What you are wanting is already being done. I just tried it, and it
>>>>> displays as you wish.
>>>>>
>>>>> Thanks,
>>>>> Daniel
>>>>>
>>>>> ------------------------------------------------------------ ---------
>>>>> The official User-To-User support forum of the Apache HTTP Server
>>>>> Project.
>>>>> See for more info.
>>>>> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
>>>>> " from the digest: users-digest-unsubscribe@httpd.apache.org
>>>>> For additional commands, e-mail: users-help@httpd.apache.org
>>>>>
>>>>>
>>>>>
>>>> Hello Daniel,
>>>> You are correct.
>>>> The browser displays only http://isinglive.co.uk for each and every
>>>> page and any page can be bookmarked and returned to using that bookmak.
>>>>
>>>> Hoowever, all bookmarked pages have the same address: http://
>>>> isinglive.co.uk meaning that only pne page from this site can be
>>>> bookmarked at a time. If an attempt to bookmark a second page with the
>>>> same browser is made then the current bookmarked page will be replaced by
>>>> the new bookmarked page because they have the same name:
>>>> http://isinglive.co.uk. meaning that only pne page from this site can
>>>> be bookmarked at a time.
>>>>
>>>> What I would prefer is that the full URL is displayed in the browser so
>>>> that pages can be differentiated.
>>>>
>>>> How can I do this?
>>>>
>>>> Thanks Rupert
>>>> Never b sharp, never b flat, alway's b natural
>>>>
>>>>
>>>>
>>>>
>>>> ------------------------------------------------------------ ---------
>>>> The official User-To-User support forum of the Apache HTTP Server
>>>> Project.
>>>> See for more info.
>>>> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
>>>> " from the digest: users-digest-unsubscribe@httpd.apache.org
>>>> For additional commands, e-mail: users-help@httpd.apache.org
>>>>
>>>>
>>> Rupert,
>>>
>>> This is already being done. I bookmarked like 5 pages, and all go to
>>> their respective targets.
>>>
>>> Thanks,
>>> Daniel
>>>
>>> ------------------------------------------------------------ ---------
>>> The official User-To-User support forum of the Apache HTTP Server Project.
>>> See for more info.
>>> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
>>> " from the digest: users-digest-unsubscribe@httpd.apache.org
>>> For additional commands, e-mail: users-help@httpd.apache.org
>>>
>>>
>>>
>>
>> Thanks Daniel,
>>
>> It must be IE that is the problem. I will try with other browsers when I
>> get the chance.
>>
>>
>> Rupert
>> Never b sharp, never b flat, alway's b natural
>>
>> ------------------------------------------------------------ ---------
>> The official User-To-User support forum of the Apache HTTP Server Project.
>> See for more info.
>> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
>> " from the digest: users-digest-unsubscribe@httpd.apache.org
>> For additional commands, e-mail: users-help@httpd.apache.org
>>
>>
> I doubt that IE is the problem.
>

Jonathan,

I booked marked like 5 pages on his site, and all of them show up in Firefox
with the individual pages as book marks.

Thanks,.
Dan


------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org

Re: Apache 1.3 OS X 10.4 help

am 25.02.2010 02:40:46 von Jonathan Zuckerman

--00504502f5af5bcf32048062e09d
Content-Type: text/plain; charset=UTF-8

On Wed, Feb 24, 2010 at 5:20 PM, Daniel Reinhardt
wrote:

>
> --------------------------------------------------
> From: "Jonathan Zuckerman"
> Sent: 24 February, 2010 21:08
> To:
> Subject: Re: [users@httpd] Apache 1.3 OS X 10.4 help
>
> On Wed, Feb 24, 2010 at 3:26 AM, Rupert Reid >> >wrote:
>>
>>
>>> On 23 Feb 2010, at 21:43, Daniel Reinhardt wrote:
>>>
>>>
>>> --------------------------------------------------
>>>> From: "Rupert Reid"
>>>> Sent: 23 February, 2010 18:27
>>>> To:
>>>> Subject: Re: [users@httpd] Apache 1.3 OS X 10.4 help
>>>>
>>>> On 18 Feb 2010, at 20:12, Daniel Reinhardt wrote:
>>>>
>>>>>
>>>>>
>>>>> --------------------------------------------------
>>>>>> From: "Rupert Reid"
>>>>>> Sent: 17 February, 2010 16:04
>>>>>> To:
>>>>>> Subject: [users@httpd] Apache 1.3 OS X 10.4 help
>>>>>>
>>>>>> Hello,
>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> I am new to this but hope that you can help me.
>>>>>>>
>>>>>>>
>>>>>>> I have 2 virtual domain websites published at http://
>>>>>>> 80.189.101.120/isinglive/ and
>>>>>>> http://80.189.101.120/cantoenvivo/ respectively.
>>>>>>>
>>>>>>> The following domains: http://isinglive.co.uk and http://
>>>>>>> cantoenvivo.com are respectively forwarded to the above url's using
>>>>>>> my hosts framed web forwarding.
>>>>>>>
>>>>>>> For example when browser clicks on page
>>>>>>> http://80.189.101.120/isinglive/rosario.php the browser url bar will
>>>>>>> show http://
>>>>>>> isinglive.co.uk.
>>>>>>>
>>>>>>>
>>>>>>> What I want to achieve is that when a browser clicks on http://
>>>>>>> 80.189.101.120/isinglive/rosario.php, I want apache to send http://
>>>>>>> isinglive.co.uk/rosario.php to the browser (not the former) or if
>>>>>>> http://80.189.101.120/cantoenvivo/filosofia.php is clicked show
>>>>>>> http://cantoenvivo.com/filosofia.php.
>>>>>>>
>>>>>>> How can I get apache to do dynamically this dynamically for each
>>>>>>> virtual domain?
>>>>>>>
>>>>>>> It is really important for me that the URL as described is sent to
>>>>>>> the browser - without it browsers cannot bookmark pages.
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> If there is any more information that you need to help with this
>>>>>>> please let me know and i will post it.
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> Thanks Rupert
>>>>>>>
>>>>>>> Never b sharp, never b flat, always b natural.
>>>>>>>
>>>>>>> ------------------------------------------------------------ ---------
>>>>>>> The official User-To-User support forum of the Apache HTTP Server
>>>>>>> Project.
>>>>>>> See for more info.
>>>>>>> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
>>>>>>> " from the digest: users-digest-unsubscribe@httpd.apache.org
>>>>>>> For additional commands, e-mail: users-help@httpd.apache.org
>>>>>>>
>>>>>>>
>>>>>>> Actually,
>>>>>>
>>>>>> What you are wanting is already being done. I just tried it, and it
>>>>>> displays as you wish.
>>>>>>
>>>>>> Thanks,
>>>>>> Daniel
>>>>>>
>>>>>> ------------------------------------------------------------ ---------
>>>>>> The official User-To-User support forum of the Apache HTTP Server
>>>>>> Project.
>>>>>> See for more info.
>>>>>> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
>>>>>> " from the digest: users-digest-unsubscribe@httpd.apache.org
>>>>>> For additional commands, e-mail: users-help@httpd.apache.org
>>>>>>
>>>>>>
>>>>>>
>>>>>> Hello Daniel,
>>>>> You are correct.
>>>>> The browser displays only http://isinglive.co.uk for each and every
>>>>> page and any page can be bookmarked and returned to using that
>>>>> bookmak.
>>>>>
>>>>> Hoowever, all bookmarked pages have the same address: http://
>>>>> isinglive.co.uk meaning that only pne page from this site can be
>>>>> bookmarked at a time. If an attempt to bookmark a second page with
>>>>> the
>>>>> same browser is made then the current bookmarked page will be replaced
>>>>> by
>>>>> the new bookmarked page because they have the same name:
>>>>> http://isinglive.co.uk. meaning that only pne page from this site can
>>>>> be bookmarked at a time.
>>>>>
>>>>> What I would prefer is that the full URL is displayed in the browser
>>>>> so
>>>>> that pages can be differentiated.
>>>>>
>>>>> How can I do this?
>>>>>
>>>>> Thanks Rupert
>>>>> Never b sharp, never b flat, alway's b natural
>>>>>
>>>>>
>>>>>
>>>>>
>>>>> ------------------------------------------------------------ ---------
>>>>> The official User-To-User support forum of the Apache HTTP Server
>>>>> Project.
>>>>> See for more info.
>>>>> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
>>>>> " from the digest: users-digest-unsubscribe@httpd.apache.org
>>>>> For additional commands, e-mail: users-help@httpd.apache.org
>>>>>
>>>>>
>>>>> Rupert,
>>>>
>>>> This is already being done. I bookmarked like 5 pages, and all go to
>>>> their respective targets.
>>>>
>>>> Thanks,
>>>> Daniel
>>>>
>>>> ------------------------------------------------------------ ---------
>>>> The official User-To-User support forum of the Apache HTTP Server
>>>> Project.
>>>> See for more info.
>>>> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
>>>> " from the digest: users-digest-unsubscribe@httpd.apache.org
>>>> For additional commands, e-mail: users-help@httpd.apache.org
>>>>
>>>>
>>>>
>>>>
>>> Thanks Daniel,
>>>
>>> It must be IE that is the problem. I will try with other browsers when I
>>> get the chance.
>>>
>>>
>>> Rupert
>>> Never b sharp, never b flat, alway's b natural
>>>
>>> ------------------------------------------------------------ ---------
>>> The official User-To-User support forum of the Apache HTTP Server
>>> Project.
>>> See for more info.
>>> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
>>> " from the digest: users-digest-unsubscribe@httpd.apache.org
>>> For additional commands, e-mail: users-help@httpd.apache.org
>>>
>>>
>>> I doubt that IE is the problem.
>>
>>
> Jonathan,
>
> I booked marked like 5 pages on his site, and all of them show up in
> Firefox with the individual pages as book marks.
>
> Thanks,.
> Dan
>
> ------------------------------------------------------------ ---------
> The official User-To-User support forum of the Apache HTTP Server Project.
> See for more info.
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
> " from the digest: users-digest-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
>
>
Right, we established that much days ago. I'm suggesting that you're doing
something weird, as it happens other browsers understand the weirdness. We
have a lot of things to blame IE for but I don't think we should blame IE
for not understanding your bizarre configuration.
Why don't you have the links on the site point to the same URL as the one in
the browser URL bar? What's the value in using the IP in all your links, and
then redirecting from there to the correct hostname. 301 redirects are
pretty fast but why do them if you don't have to? Particularly if it
cripples the ability for a large percentage of your users to bookmark your
pages.

--00504502f5af5bcf32048062e09d
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: quoted-printable



On Wed, Feb 24, 2010 at 5:20 PM, Daniel =
Reinhardt <=
cryptodan@cryptodan.net
>
wrote:
_quote" style=3D"margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:=
1ex;">



--------------------------------------------------

From: "Jonathan Zuckerman" < l.com" target=3D"_blank">j.zuckerman@gmail.com>

Sent: 24 February, 2010 21:08

To: <users@h=
ttpd.apache.org
>

Subject: Re: [users@httpd] Apache 1.3 OS X 10.4 help



x #ccc solid;padding-left:1ex">
On Wed, Feb 24, 2010 at 3:26 AM, Rupert Reid < e@madasafish.com" target=3D"_blank">isinglive@madasafish.com>wrote:<=
br>


x #ccc solid;padding-left:1ex">


On 23 Feb 2010, at 21:43, Daniel Reinhardt wrote:





x #ccc solid;padding-left:1ex">
--------------------------------------------------

From: "Rupert Reid" < m" target=3D"_blank">isinglive@madasafish.com>

Sent: 23 February, 2010 18:27

To: <users@h=
ttpd.apache.org
>

Subject: Re: [users@httpd] Apache 1.3 OS X 10.4 help



 On 18 Feb 2010, at 20:12, Daniel Reinhardt wrote:

x #ccc solid;padding-left:1ex">




x #ccc solid;padding-left:1ex">
--------------------------------------------------

From: "Rupert Reid" < m" target=3D"_blank">isinglive@madasafish.com>

Sent: 17 February, 2010 16:04

To: <users@h=
ttpd.apache.org
>

Subject: [users@httpd] Apache 1.3 OS X 10.4 help



 Hello,

x #ccc solid;padding-left:1ex">






I am new to this but hope that you can help me.





I have 2 virtual domain websites published at http:// 189.101.120/isinglive/" target=3D"_blank">80.189.101.120/isinglive/ and=


http://80.=
189.101.120/cantoenvivo/
 respectively.



The following domains: >http://isinglive.co.uk and http://

ar=
e respectively forwarded to the above url's  using

 my hosts framed web forwarding.



For example when browser clicks on page inglive/rosario.php" target=3D"_blank">http://80.189.101.120/isinglive/rosa=
rio.php
the browser url bar will show http://

. r>




What I want to achieve is that when a browser clicks on http://

8=
0.189.101.120/isinglive/rosario.php
, I want apache to send  http:/=
/

isinglive.=
co.uk/rosario.php
to the browser (not the  former) or if

k">http://80.189.101.120/cantoenvivo/filosofia.php is  clicked sho=
w

http://c=
antoenvivo.com/filosofia.php
.



How can I get apache to do dynamically this dynamically for each

virtual domain?



It is really important for me that the URL as described is sent  to >
 the browser - without it browsers cannot bookmark pages.







If there is any more information that you need to help with this

please let me know and i will post it.











Thanks Rupert



Never b sharp, never b flat, always b natural.



------------------------------------------------------------ ---------

The official User-To-User support forum of the Apache HTTP Server

 Project.

See <URL: lank">http://httpd.apache.org/userslist.html> for more info.

To unsubscribe, e-mail: g" target=3D"_blank">users-unsubscribe@httpd.apache.org

 "   from the digest: ribe@httpd.apache.org" target=3D"_blank">users-digest-unsubscribe@httpd.apa=
che.org


For additional commands, e-mail: org" target=3D"_blank">users-help@httpd.apache.org






Actually,



What you are wanting is already being done.  I just tried it, and =C2=
=A0it

displays as you wish.



Thanks,

Daniel



------------------------------------------------------------ ---------

The official User-To-User support forum of the Apache HTTP Server

 Project.

See <URL: lank">http://httpd.apache.org/userslist.html> for more info.

To unsubscribe, e-mail: g" target=3D"_blank">users-unsubscribe@httpd.apache.org

 "   from the digest: ribe@httpd.apache.org" target=3D"_blank">users-digest-unsubscribe@httpd.apa=
che.org


For additional commands, e-mail: org" target=3D"_blank">users-help@httpd.apache.org








Hello Daniel,

You are correct.

The browser displays only nk">http://isinglive.co.uk for each and every

 page and any page can be bookmarked and returned to using that bookma=
k.



Hoowever, all bookmarked pages have the same address: http://

me=
aning that only pne page from this site can be

 bookmarked at a time.  If an attempt to bookmark a second page w=
ith  the

same browser is made then the current bookmarked page will be  replace=
d by

the new bookmarked page because they have the same name:

http://isinglive.co.uk=
. meaning that only pne page from this site can

 be bookmarked at a time.



What I would prefer is that the full URL is displayed in the browser  =
so

that pages can be differentiated.



How can I do this?



Thanks Rupert

Never b sharp, never b flat, alway's b natural









------------------------------------------------------------ ---------

The official User-To-User support forum of the Apache HTTP Server

Project.

See <URL: lank">http://httpd.apache.org/userslist.html> for more info.

To unsubscribe, e-mail: g" target=3D"_blank">users-unsubscribe@httpd.apache.org

 "   from the digest: ribe@httpd.apache.org" target=3D"_blank">users-digest-unsubscribe@httpd.apa=
che.org


For additional commands, e-mail: org" target=3D"_blank">users-help@httpd.apache.org






Rupert,



This is already being done.  I bookmarked like 5 pages, and all go to<=
br>
their respective targets.



Thanks,

Daniel



------------------------------------------------------------ ---------

The official User-To-User support forum of the Apache HTTP Server Project.<=
br>
See <URL: lank">http://httpd.apache.org/userslist.html> for more info.

To unsubscribe, e-mail: g" target=3D"_blank">users-unsubscribe@httpd.apache.org

 "   from the digest: ribe@httpd.apache.org" target=3D"_blank">users-digest-unsubscribe@httpd.apa=
che.org


For additional commands, e-mail: org" target=3D"_blank">users-help@httpd.apache.org










Thanks Daniel,



It must be IE that is the problem.  I will try with other browsers whe=
n I

get the chance.





Rupert

Never b sharp, never b flat, alway's b natural



------------------------------------------------------------ ---------

The official User-To-User support forum of the Apache HTTP Server Project.<=
br>
See <URL: lank">http://httpd.apache.org/userslist.html> for more info.

To unsubscribe, e-mail: g" target=3D"_blank">users-unsubscribe@httpd.apache.org

 "   from the digest: ribe@httpd.apache.org" target=3D"_blank">users-digest-unsubscribe@httpd.apa=
che.org


For additional commands, e-mail: org" target=3D"_blank">users-help@httpd.apache.org






I doubt that IE is the problem.






Jonathan,



I booked marked like 5 pages on his site, and all of them show up in Firefo=
x with the individual pages as book marks.



Thanks,.

Dan



------------------------------------------------------------ ---------

The official User-To-User support forum of the Apache HTTP Server Project.<=
br>
See <URL: lank">http://httpd.apache.org/userslist.html> for more info.

To unsubscribe, e-mail: g" target=3D"_blank">users-unsubscribe@httpd.apache.org

 "   from the digest: cribe@httpd.apache.org" target=3D"_blank">users-digest-unsubscribe@httpd.ap=
ache.org


For additional commands, e-mail: org" target=3D"_blank">users-help@httpd.apache.org




Right, we established that much days ago. I'=
;m suggesting that you're doing something weird, as it happens other br=
owsers understand the weirdness.  We have a lot of things to blame IE =
for but I don't think we should blame IE for not understanding your biz=
arre configuration.


Why don't you have the links on the site point to the same URL as =
the one in the browser URL bar? What's the value in using the IP in all=
your links, and then redirecting from there to the correct hostname. =C2=
=A0301 redirects are pretty fast but why do them if you don't have to? =
 Particularly if it cripples the ability for a large percentage of you=
r users to bookmark your pages.



--00504502f5af5bcf32048062e09d--

Re: Apache 1.3 OS X 10.4 help

am 25.02.2010 03:19:05 von Daniel Reinhardt

--------------------------------------------------
From: "Jonathan Zuckerman"
Sent: 25 February, 2010 1:40
To:
Subject: Re: [users@httpd] Apache 1.3 OS X 10.4 help

> On Wed, Feb 24, 2010 at 5:20 PM, Daniel Reinhardt
> wrote:
>
>>
>> --------------------------------------------------
>> From: "Jonathan Zuckerman"
>> Sent: 24 February, 2010 21:08
>> To:
>> Subject: Re: [users@httpd] Apache 1.3 OS X 10.4 help
>>
>> On Wed, Feb 24, 2010 at 3:26 AM, Rupert Reid >>> >wrote:
>>>
>>>
>>>> On 23 Feb 2010, at 21:43, Daniel Reinhardt wrote:
>>>>
>>>>
>>>> --------------------------------------------------
>>>>> From: "Rupert Reid"
>>>>> Sent: 23 February, 2010 18:27
>>>>> To:
>>>>> Subject: Re: [users@httpd] Apache 1.3 OS X 10.4 help
>>>>>
>>>>> On 18 Feb 2010, at 20:12, Daniel Reinhardt wrote:
>>>>>
>>>>>>
>>>>>>
>>>>>> --------------------------------------------------
>>>>>>> From: "Rupert Reid"
>>>>>>> Sent: 17 February, 2010 16:04
>>>>>>> To:
>>>>>>> Subject: [users@httpd] Apache 1.3 OS X 10.4 help
>>>>>>>
>>>>>>> Hello,
>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> I am new to this but hope that you can help me.
>>>>>>>>
>>>>>>>>
>>>>>>>> I have 2 virtual domain websites published at http://
>>>>>>>> 80.189.101.120/isinglive/ and
>>>>>>>> http://80.189.101.120/cantoenvivo/ respectively.
>>>>>>>>
>>>>>>>> The following domains: http://isinglive.co.uk and http://
>>>>>>>> cantoenvivo.com are respectively forwarded to the above url's using
>>>>>>>> my hosts framed web forwarding.
>>>>>>>>
>>>>>>>> For example when browser clicks on page
>>>>>>>> http://80.189.101.120/isinglive/rosario.php the browser url bar will
>>>>>>>> show http://
>>>>>>>> isinglive.co.uk.
>>>>>>>>
>>>>>>>>
>>>>>>>> What I want to achieve is that when a browser clicks on http://
>>>>>>>> 80.189.101.120/isinglive/rosario.php, I want apache to send http://
>>>>>>>> isinglive.co.uk/rosario.php to the browser (not the former) or if
>>>>>>>> http://80.189.101.120/cantoenvivo/filosofia.php is clicked show
>>>>>>>> http://cantoenvivo.com/filosofia.php.
>>>>>>>>
>>>>>>>> How can I get apache to do dynamically this dynamically for each
>>>>>>>> virtual domain?
>>>>>>>>
>>>>>>>> It is really important for me that the URL as described is sent to
>>>>>>>> the browser - without it browsers cannot bookmark pages.
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> If there is any more information that you need to help with this
>>>>>>>> please let me know and i will post it.
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> Thanks Rupert
>>>>>>>>
>>>>>>>> Never b sharp, never b flat, always b natural.
>>>>>>>>
>>>>>>>> ------------------------------------------------------------ ---------
>>>>>>>> The official User-To-User support forum of the Apache HTTP Server
>>>>>>>> Project.
>>>>>>>> See for more info.
>>>>>>>> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
>>>>>>>> " from the digest: users-digest-unsubscribe@httpd.apache.org
>>>>>>>> For additional commands, e-mail: users-help@httpd.apache.org
>>>>>>>>
>>>>>>>>
>>>>>>>> Actually,
>>>>>>>
>>>>>>> What you are wanting is already being done. I just tried it, and it
>>>>>>> displays as you wish.
>>>>>>>
>>>>>>> Thanks,
>>>>>>> Daniel
>>>>>>>
>>>>>>> ------------------------------------------------------------ ---------
>>>>>>> The official User-To-User support forum of the Apache HTTP Server
>>>>>>> Project.
>>>>>>> See for more info.
>>>>>>> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
>>>>>>> " from the digest: users-digest-unsubscribe@httpd.apache.org
>>>>>>> For additional commands, e-mail: users-help@httpd.apache.org
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> Hello Daniel,
>>>>>> You are correct.
>>>>>> The browser displays only http://isinglive.co.uk for each and every
>>>>>> page and any page can be bookmarked and returned to using that
>>>>>> bookmak.
>>>>>>
>>>>>> Hoowever, all bookmarked pages have the same address: http://
>>>>>> isinglive.co.uk meaning that only pne page from this site can be
>>>>>> bookmarked at a time. If an attempt to bookmark a second page with
>>>>>> the
>>>>>> same browser is made then the current bookmarked page will be replaced
>>>>>> by
>>>>>> the new bookmarked page because they have the same name:
>>>>>> http://isinglive.co.uk. meaning that only pne page from this site can
>>>>>> be bookmarked at a time.
>>>>>>
>>>>>> What I would prefer is that the full URL is displayed in the browser
>>>>>> so
>>>>>> that pages can be differentiated.
>>>>>>
>>>>>> How can I do this?
>>>>>>
>>>>>> Thanks Rupert
>>>>>> Never b sharp, never b flat, alway's b natural
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>> ------------------------------------------------------------ ---------
>>>>>> The official User-To-User support forum of the Apache HTTP Server
>>>>>> Project.
>>>>>> See for more info.
>>>>>> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
>>>>>> " from the digest: users-digest-unsubscribe@httpd.apache.org
>>>>>> For additional commands, e-mail: users-help@httpd.apache.org
>>>>>>
>>>>>>
>>>>>> Rupert,
>>>>>
>>>>> This is already being done. I bookmarked like 5 pages, and all go to
>>>>> their respective targets.
>>>>>
>>>>> Thanks,
>>>>> Daniel
>>>>>
>>>>> ------------------------------------------------------------ ---------
>>>>> The official User-To-User support forum of the Apache HTTP Server
>>>>> Project.
>>>>> See for more info.
>>>>> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
>>>>> " from the digest: users-digest-unsubscribe@httpd.apache.org
>>>>> For additional commands, e-mail: users-help@httpd.apache.org
>>>>>
>>>>>
>>>>>
>>>>>
>>>> Thanks Daniel,
>>>>
>>>> It must be IE that is the problem. I will try with other browsers when I
>>>> get the chance.
>>>>
>>>>
>>>> Rupert
>>>> Never b sharp, never b flat, alway's b natural
>>>>
>>>> ------------------------------------------------------------ ---------
>>>> The official User-To-User support forum of the Apache HTTP Server
>>>> Project.
>>>> See for more info.
>>>> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
>>>> " from the digest: users-digest-unsubscribe@httpd.apache.org
>>>> For additional commands, e-mail: users-help@httpd.apache.org
>>>>
>>>>
>>>> I doubt that IE is the problem.
>>>
>>>
>> Jonathan,
>>
>> I booked marked like 5 pages on his site, and all of them show up in
>> Firefox with the individual pages as book marks.
>>
>> Thanks,.
>> Dan
>>
>> ------------------------------------------------------------ ---------
>> The official User-To-User support forum of the Apache HTTP Server Project.
>> See for more info.
>> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
>> " from the digest: users-digest-unsubscribe@httpd.apache.org
>> For additional commands, e-mail: users-help@httpd.apache.org
>>
>>
> Right, we established that much days ago. I'm suggesting that you're doing
> something weird, as it happens other browsers understand the weirdness. We
> have a lot of things to blame IE for but I don't think we should blame IE
> for not understanding your bizarre configuration.
> Why don't you have the links on the site point to the same URL as the one in
> the browser URL bar? What's the value in using the IP in all your links, and
> then redirecting from there to the correct hostname. 301 redirects are
> pretty fast but why do them if you don't have to? Particularly if it
> cripples the ability for a large percentage of your users to bookmark your
> pages.
>

Im not doing anything weird at all. I am going to each page, and bringing down
the book mark menu and selecting Bookmark This Page and then select Done on the
window.


------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org

Re: Apache 1.3 OS X 10.4 help

am 25.02.2010 05:43:08 von Jonathan Zuckerman

--0016e64dbc0e8d8d4d0480656c6d
Content-Type: text/plain; charset=UTF-8

On Wed, Feb 24, 2010 at 6:19 PM, Daniel Reinhardt
wrote:

>
> --------------------------------------------------
> From: "Jonathan Zuckerman"
> Sent: 25 February, 2010 1:40
>
> To:
> Subject: Re: [users@httpd] Apache 1.3 OS X 10.4 help
>
> On Wed, Feb 24, 2010 at 5:20 PM, Daniel Reinhardt
>> wrote:
>>
>>
>>> --------------------------------------------------
>>> From: "Jonathan Zuckerman"
>>> Sent: 24 February, 2010 21:08
>>> To:
>>> Subject: Re: [users@httpd] Apache 1.3 OS X 10.4 help
>>>
>>> On Wed, Feb 24, 2010 at 3:26 AM, Rupert Reid >>>
>>>> >wrote:
>>>>
>>>>
>>>> On 23 Feb 2010, at 21:43, Daniel Reinhardt wrote:
>>>>>
>>>>>
>>>>> --------------------------------------------------
>>>>>
>>>>>> From: "Rupert Reid"
>>>>>> Sent: 23 February, 2010 18:27
>>>>>> To:
>>>>>> Subject: Re: [users@httpd] Apache 1.3 OS X 10.4 help
>>>>>>
>>>>>> On 18 Feb 2010, at 20:12, Daniel Reinhardt wrote:
>>>>>>
>>>>>>
>>>>>>>
>>>>>>> --------------------------------------------------
>>>>>>>
>>>>>>>> From: "Rupert Reid"
>>>>>>>> Sent: 17 February, 2010 16:04
>>>>>>>> To:
>>>>>>>> Subject: [users@httpd] Apache 1.3 OS X 10.4 help
>>>>>>>>
>>>>>>>> Hello,
>>>>>>>>
>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> I am new to this but hope that you can help me.
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> I have 2 virtual domain websites published at http://
>>>>>>>>> 80.189.101.120/isinglive/ and
>>>>>>>>> http://80.189.101.120/cantoenvivo/ respectively.
>>>>>>>>>
>>>>>>>>> The following domains: http://isinglive.co.uk and http://
>>>>>>>>> cantoenvivo.com are respectively forwarded to the above url's
>>>>>>>>> using
>>>>>>>>> my hosts framed web forwarding.
>>>>>>>>>
>>>>>>>>> For example when browser clicks on page
>>>>>>>>> http://80.189.101.120/isinglive/rosario.php the browser url bar
>>>>>>>>> will
>>>>>>>>> show http://
>>>>>>>>> isinglive.co.uk.
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> What I want to achieve is that when a browser clicks on http://
>>>>>>>>> 80.189.101.120/isinglive/rosario.php, I want apache to send
>>>>>>>>> http://
>>>>>>>>> isinglive.co.uk/rosario.php to the browser (not the former) or if
>>>>>>>>> http://80.189.101.120/cantoenvivo/filosofia.php is clicked show
>>>>>>>>> http://cantoenvivo.com/filosofia.php.
>>>>>>>>>
>>>>>>>>> How can I get apache to do dynamically this dynamically for each
>>>>>>>>> virtual domain?
>>>>>>>>>
>>>>>>>>> It is really important for me that the URL as described is sent to
>>>>>>>>> the browser - without it browsers cannot bookmark pages.
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> If there is any more information that you need to help with this
>>>>>>>>> please let me know and i will post it.
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> Thanks Rupert
>>>>>>>>>
>>>>>>>>> Never b sharp, never b flat, always b natural.
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> ------------------------------------------------------------ ---------
>>>>>>>>> The official User-To-User support forum of the Apache HTTP Server
>>>>>>>>> Project.
>>>>>>>>> See for more info.
>>>>>>>>> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
>>>>>>>>> " from the digest: users-digest-unsubscribe@httpd.apache.org
>>>>>>>>> For additional commands, e-mail: users-help@httpd.apache.org
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> Actually,
>>>>>>>>>
>>>>>>>>
>>>>>>>> What you are wanting is already being done. I just tried it, and
>>>>>>>> it
>>>>>>>> displays as you wish.
>>>>>>>>
>>>>>>>> Thanks,
>>>>>>>> Daniel
>>>>>>>>
>>>>>>>>
>>>>>>>> ------------------------------------------------------------ ---------
>>>>>>>> The official User-To-User support forum of the Apache HTTP Server
>>>>>>>> Project.
>>>>>>>> See for more info.
>>>>>>>> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
>>>>>>>> " from the digest: users-digest-unsubscribe@httpd.apache.org
>>>>>>>> For additional commands, e-mail: users-help@httpd.apache.org
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> Hello Daniel,
>>>>>>>>
>>>>>>> You are correct.
>>>>>>> The browser displays only http://isinglive.co.uk for each and every
>>>>>>> page and any page can be bookmarked and returned to using that
>>>>>>> bookmak.
>>>>>>>
>>>>>>> Hoowever, all bookmarked pages have the same address: http://
>>>>>>> isinglive.co.uk meaning that only pne page from this site can be
>>>>>>> bookmarked at a time. If an attempt to bookmark a second page with
>>>>>>> the
>>>>>>> same browser is made then the current bookmarked page will be
>>>>>>> replaced
>>>>>>> by
>>>>>>> the new bookmarked page because they have the same name:
>>>>>>> http://isinglive.co.uk. meaning that only pne page from this site
>>>>>>> can
>>>>>>> be bookmarked at a time.
>>>>>>>
>>>>>>> What I would prefer is that the full URL is displayed in the browser
>>>>>>> so
>>>>>>> that pages can be differentiated.
>>>>>>>
>>>>>>> How can I do this?
>>>>>>>
>>>>>>> Thanks Rupert
>>>>>>> Never b sharp, never b flat, alway's b natural
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> ------------------------------------------------------------ ---------
>>>>>>> The official User-To-User support forum of the Apache HTTP Server
>>>>>>> Project.
>>>>>>> See for more info.
>>>>>>> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
>>>>>>> " from the digest: users-digest-unsubscribe@httpd.apache.org
>>>>>>> For additional commands, e-mail: users-help@httpd.apache.org
>>>>>>>
>>>>>>>
>>>>>>> Rupert,
>>>>>>>
>>>>>>
>>>>>> This is already being done. I bookmarked like 5 pages, and all go to
>>>>>> their respective targets.
>>>>>>
>>>>>> Thanks,
>>>>>> Daniel
>>>>>>
>>>>>> ------------------------------------------------------------ ---------
>>>>>> The official User-To-User support forum of the Apache HTTP Server
>>>>>> Project.
>>>>>> See for more info.
>>>>>> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
>>>>>> " from the digest: users-digest-unsubscribe@httpd.apache.org
>>>>>> For additional commands, e-mail: users-help@httpd.apache.org
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>> Thanks Daniel,
>>>>>
>>>>> It must be IE that is the problem. I will try with other browsers when
>>>>> I
>>>>> get the chance.
>>>>>
>>>>>
>>>>> Rupert
>>>>> Never b sharp, never b flat, alway's b natural
>>>>>
>>>>> ------------------------------------------------------------ ---------
>>>>> The official User-To-User support forum of the Apache HTTP Server
>>>>> Project.
>>>>> See for more info.
>>>>> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
>>>>> " from the digest: users-digest-unsubscribe@httpd.apache.org
>>>>> For additional commands, e-mail: users-help@httpd.apache.org
>>>>>
>>>>>
>>>>> I doubt that IE is the problem.
>>>>>
>>>>
>>>>
>>>> Jonathan,
>>>
>>> I booked marked like 5 pages on his site, and all of them show up in
>>> Firefox with the individual pages as book marks.
>>>
>>> Thanks,.
>>> Dan
>>>
>>> ------------------------------------------------------------ ---------
>>> The official User-To-User support forum of the Apache HTTP Server
>>> Project.
>>> See for more info.
>>> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
>>> " from the digest: users-digest-unsubscribe@httpd.apache.org
>>> For additional commands, e-mail: users-help@httpd.apache.org
>>>
>>>
>>> Right, we established that much days ago. I'm suggesting that you're
>> doing
>> something weird, as it happens other browsers understand the weirdness.
>> We
>> have a lot of things to blame IE for but I don't think we should blame IE
>> for not understanding your bizarre configuration.
>> Why don't you have the links on the site point to the same URL as the one
>> in
>> the browser URL bar? What's the value in using the IP in all your links,
>> and
>> then redirecting from there to the correct hostname. 301 redirects are
>> pretty fast but why do them if you don't have to? Particularly if it
>> cripples the ability for a large percentage of your users to bookmark your
>> pages.
>>
>>
> Im not doing anything weird at all. I am going to each page, and bringing
> down the book mark menu and selecting Bookmark This Page and then select
> Done on the window.
>
> ------------------------------------------------------------ ---------
> The official User-To-User support forum of the Apache HTTP Server Project.
> See for more info.
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
> " from the digest: users-digest-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
>
>
I'm saying your webpage is weird, can you explain why your links are using
the IP instead of the hostname?

--0016e64dbc0e8d8d4d0480656c6d
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: quoted-printable

On Wed, Feb 24, 2010 at 6:19 PM, Daniel Reinhardt < href=3D"mailto:cryptodan@cryptodan.net">cryptodan@cryptodan. net> an> wrote:

style=3D"margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">



--------------------------------------------------

From: "Jonathan Zuckerman" < l.com" target=3D"_blank">j.zuckerman@gmail.com>

Sent: 25 February, 2010 1:40


To: <users@h=
ttpd.apache.org
>

Subject: Re: [users@httpd] Apache 1.3 OS X 10.4 help



x #ccc solid;padding-left:1ex">
On Wed, Feb 24, 2010 at 5:20 PM, Daniel Reinhardt

<cryptodan@=
cryptodan.net
>wrote:



x #ccc solid;padding-left:1ex">


--------------------------------------------------

From: "Jonathan Zuckerman" < l.com" target=3D"_blank">j.zuckerman@gmail.com>

Sent: 24 February, 2010 21:08

To: <users@h=
ttpd.apache.org
>

Subject: Re: [users@httpd] Apache 1.3 OS X 10.4 help



 On Wed, Feb 24, 2010 at 3:26 AM, Rupert Reid < inglive@madasafish.com" target=3D"_blank">isinglive@madasafish.com

x #ccc solid;padding-left:1ex">
>wrote:





x #ccc solid;padding-left:1ex">
On 23 Feb 2010, at 21:43, Daniel Reinhardt wrote:





 --------------------------------------------------

x #ccc solid;padding-left:1ex">
From: "Rupert Reid" < m" target=3D"_blank">isinglive@madasafish.com>

Sent: 23 February, 2010 18:27

To: <users@h=
ttpd.apache.org
>

Subject: Re: [users@httpd] Apache 1.3 OS X 10.4 help



 On 18 Feb 2010, at 20:12, Daniel Reinhardt wrote:



x #ccc solid;padding-left:1ex">




 --------------------------------------------------

x #ccc solid;padding-left:1ex">
From: "Rupert Reid" < m" target=3D"_blank">isinglive@madasafish.com>

Sent: 17 February, 2010 16:04

To: <users@h=
ttpd.apache.org
>

Subject: [users@httpd] Apache 1.3 OS X 10.4 help



 Hello,



x #ccc solid;padding-left:1ex">






I am new to this but hope that you can help me.





I have 2 virtual domain websites published at http://

80.189.101.1=
20/isinglive/
and

http://80.=
189.101.120/cantoenvivo/
 respectively.



The following domains: >http://isinglive.co.uk and http://

ar=
e respectively forwarded to the above url's  using

 my hosts framed web forwarding.



For example when browser clicks on page

h=
ttp://80.189.101.120/isinglive/rosario.php
the browser url bar will

show http://

. r>




What I want to achieve is that when a browser clicks on http://

8=
0.189.101.120/isinglive/rosario.php
, I want apache to send  http:/=
/

isinglive.=
co.uk/rosario.php
to the browser (not the  former) or if

k">http://80.189.101.120/cantoenvivo/filosofia.php is  clicked sho=
w

http://c=
antoenvivo.com/filosofia.php
.



How can I get apache to do dynamically this dynamically for each

virtual domain?



It is really important for me that the URL as described is sent  to >
 the browser - without it browsers cannot bookmark pages.







If there is any more information that you need to help with this

please let me know and i will post it.











Thanks Rupert



Never b sharp, never b flat, always b natural.



------------------------------------------------------------ ---------

The official User-To-User support forum of the Apache HTTP Server

 Project.

See <URL: lank">http://httpd.apache.org/userslist.html> for more info.

To unsubscribe, e-mail: g" target=3D"_blank">users-unsubscribe@httpd.apache.org

 "   from the digest: ribe@httpd.apache.org" target=3D"_blank">users-digest-unsubscribe@httpd.apa=
che.org


For additional commands, e-mail: org" target=3D"_blank">users-help@httpd.apache.org





 Actually,




What you are wanting is already being done.  I just tried it, and =C2=
=A0it

displays as you wish.



Thanks,

Daniel



------------------------------------------------------------ ---------

The official User-To-User support forum of the Apache HTTP Server

 Project.

See <URL: lank">http://httpd.apache.org/userslist.html> for more info.

To unsubscribe, e-mail: g" target=3D"_blank">users-unsubscribe@httpd.apache.org

 "   from the digest: ribe@httpd.apache.org" target=3D"_blank">users-digest-unsubscribe@httpd.apa=
che.org


For additional commands, e-mail: org" target=3D"_blank">users-help@httpd.apache.org







 Hello Daniel,


You are correct.

The browser displays only nk">http://isinglive.co.uk for each and every

 page and any page can be bookmarked and returned to using that

bookmak.



Hoowever, all bookmarked pages have the same address: http://

me=
aning that only pne page from this site can be

 bookmarked at a time.  If an attempt to bookmark a second page w=
ith

 the

same browser is made then the current bookmarked page will be  replace=
d

by

the new bookmarked page because they have the same name:

http://isinglive.co.uk=
. meaning that only pne page from this site can

 be bookmarked at a time.



What I would prefer is that the full URL is displayed in the browser

 so

that pages can be differentiated.



How can I do this?



Thanks Rupert

Never b sharp, never b flat, alway's b natural









------------------------------------------------------------ ---------

The official User-To-User support forum of the Apache HTTP Server

Project.

See <URL: lank">http://httpd.apache.org/userslist.html> for more info.

To unsubscribe, e-mail: g" target=3D"_blank">users-unsubscribe@httpd.apache.org

 "   from the digest: ribe@httpd.apache.org" target=3D"_blank">users-digest-unsubscribe@httpd.apa=
che.org


For additional commands, e-mail: org" target=3D"_blank">users-help@httpd.apache.org





 Rupert,




This is already being done.  I bookmarked like 5 pages, and all go to<=
br>
their respective targets.



Thanks,

Daniel



------------------------------------------------------------ ---------

The official User-To-User support forum of the Apache HTTP Server

Project.

See <URL: lank">http://httpd.apache.org/userslist.html> for more info.

To unsubscribe, e-mail: g" target=3D"_blank">users-unsubscribe@httpd.apache.org

 "   from the digest: ribe@httpd.apache.org" target=3D"_blank">users-digest-unsubscribe@httpd.apa=
che.org


For additional commands, e-mail: org" target=3D"_blank">users-help@httpd.apache.org










Thanks Daniel,



It must be IE that is the problem.  I will try with other browsers whe=
n I

get the chance.





Rupert

Never b sharp, never b flat, alway's b natural



------------------------------------------------------------ ---------

The official User-To-User support forum of the Apache HTTP Server

Project.

See <URL: lank">http://httpd.apache.org/userslist.html> for more info.

To unsubscribe, e-mail: g" target=3D"_blank">users-unsubscribe@httpd.apache.org

 "   from the digest: ribe@httpd.apache.org" target=3D"_blank">users-digest-unsubscribe@httpd.apa=
che.org


For additional commands, e-mail: org" target=3D"_blank">users-help@httpd.apache.org





 I doubt that IE is the problem.







Jonathan,



I booked marked like 5 pages on his site, and all of them show up in

Firefox with the individual pages as book marks.



Thanks,.

Dan



------------------------------------------------------------ ---------

The official User-To-User support forum of the Apache HTTP Server Project.<=
br>
See <URL: lank">http://httpd.apache.org/userslist.html> for more info.

To unsubscribe, e-mail: g" target=3D"_blank">users-unsubscribe@httpd.apache.org

 "   from the digest: ribe@httpd.apache.org" target=3D"_blank">users-digest-unsubscribe@httpd.apa=
che.org


For additional commands, e-mail: org" target=3D"_blank">users-help@httpd.apache.org






Right, we established that much days ago. I'm suggesting that you'r=
e doing

something weird, as it happens other browsers understand the weirdness. =C2=
=A0We

have a lot of things to blame IE for but I don't think we should blame =
IE

for not understanding your bizarre configuration.

Why don't you have the links on the site point to the same URL as the o=
ne in

the browser URL bar? What's the value in using the IP in all your links=
, and

then redirecting from there to the correct hostname.  301 redirects ar=
e

pretty fast but why do them if you don't have to?  Particularly if=
it

cripples the ability for a large percentage of your users to bookmark your<=
br>
pages.






Im not doing anything weird at all.  I am going to each page, and brin=
ging down the book mark menu and selecting Bookmark This Page and then sele=
ct Done on the window.



------------------------------------------------------------ ---------

The official User-To-User support forum of the Apache HTTP Server Project.<=
br>
See <URL: lank">http://httpd.apache.org/userslist.html> for more info.

To unsubscribe, e-mail: g" target=3D"_blank">users-unsubscribe@httpd.apache.org

 "   from the digest: cribe@httpd.apache.org" target=3D"_blank">users-digest-unsubscribe@httpd.ap=
ache.org


For additional commands, e-mail: org" target=3D"_blank">users-help@httpd.apache.org




I'm saying your webpage is weir=
d, can you explain why your links are using the IP instead of the hostname?=


--0016e64dbc0e8d8d4d0480656c6d--

Re: Apache 1.3 OS X 10.4 help

am 25.02.2010 08:10:59 von Lester Caine

Jonathan Zuckerman wrote:
> From: "Rupert Reid" > What I want to achieve is that when
> a browser clicks on http://
> 80.189.101.120/isinglive/rosario.php
> ,
> I want apache to send http://
> isinglive.co.uk/rosario.php
>
> to the browser (not the former) or if
> http://80.189.101.120/cantoenvivo/filosofia.php
> is clicked show
> http://cantoenvivo.com/filosofia.php.
>
> How can I get apache to do
> dynamically this dynamically for each
> virtual domain?
>
> It is really important for me that
> the URL as described is sent to
> the browser - without it browsers
> cannot bookmark pages.
>
> If there is any more information
> that you need to help with this
> please let me know and i will post it.

Cutt the crap .... then people might realize who is asking and who is answering

>
> Im not doing anything weird at all. I am going to each page, and
> bringing down the book mark menu and selecting Bookmark This Page
> and then select Done on the window.
>
> I'm saying your webpage is weird, can you explain why your links are
> using the IP instead of the hostname?

Jonathan ... Daniel is just trying to help Robert out.
It is Robert that has the 'weird webpages', and I suspect is is because he is
unable to view his pages locally because a third party is providing the dns mapping.

Robert ... first thing to do is replace the ip addresses with the proper host
address http://80.189.101.120/isinglive/ -> http://isinglive.co.uk/ then at
least we have the page looking right. This may give you a problem LOOKING at the
site from your machine, in which case adding
80.189.101.120 isinglive.co.uk
to the 'host' file should get around that problem, but the /isinglive/ bit will
then be a problem locally, but that is the bit apache virtual hosts should be
taking care of.
Before I had proper dns serving of my own website I used to have to look at it
from the outside. I could not see it properly inside my IP address ;)

--
Lester Caine - G8HFL
-----------------------------
Contact - http://lsces.co.uk/wiki/?page=contact
L.S.Caine Electronic Services - http://lsces.co.uk
EnquirySolve - http://enquirysolve.com/
Model Engineers Digital Workshop - http://medw.co.uk//
Firebird - http://www.firebirdsql.org/index.php

------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org

Re: Apache 1.3 OS X 10.4 help

am 25.02.2010 12:03:10 von Rupert Reid

--Apple-Mail-1-1025781943
Content-Transfer-Encoding: 7bit
Content-Type: text/plain;
charset=US-ASCII;
delsp=yes;
format=flowed


On 25 Feb 2010, at 01:40, Jonathan Zuckerman wrote:

>
>
> On Wed, Feb 24, 2010 at 5:20 PM, Daniel Reinhardt
> wrote:
>
> --------------------------------------------------
> From: "Jonathan Zuckerman"
> Sent: 24 February, 2010 21:08
> To:
> Subject: Re: [users@httpd] Apache 1.3 OS X 10.4 help
>
> On Wed, Feb 24, 2010 at 3:26 AM, Rupert Reid
> wrote:
>
>
> On 23 Feb 2010, at 21:43, Daniel Reinhardt wrote:
>
>
> --------------------------------------------------
> From: "Rupert Reid"
> Sent: 23 February, 2010 18:27
> To:
> Subject: Re: [users@httpd] Apache 1.3 OS X 10.4 help
>
> On 18 Feb 2010, at 20:12, Daniel Reinhardt wrote:
>
>
> --------------------------------------------------
> From: "Rupert Reid"
> Sent: 17 February, 2010 16:04
> To:
> Subject: [users@httpd] Apache 1.3 OS X 10.4 help
>
> Hello,
>
>
>
> I am new to this but hope that you can help me.
>
>
> I have 2 virtual domain websites published at http://
> 80.189.101.120/isinglive/ and
> http://80.189.101.120/cantoenvivo/ respectively.
>
> The following domains: http://isinglive.co.uk and http://
> cantoenvivo.com are respectively forwarded to the above url's using
> my hosts framed web forwarding.
>
> For example when browser clicks on page http://80.189.101.120/
> isinglive/rosario.php the browser url bar will show http://
> isinglive.co.uk.
>
>
> What I want to achieve is that when a browser clicks on http://
> 80.189.101.120/isinglive/rosario.php, I want apache to send http://
> isinglive.co.uk/rosario.php to the browser (not the former) or if
> http://80.189.101.120/cantoenvivo/filosofia.php is clicked show
> http://cantoenvivo.com/filosofia.php.
>
> How can I get apache to do dynamically this dynamically for each
> virtual domain?
>
> It is really important for me that the URL as described is sent to
> the browser - without it browsers cannot bookmark pages.
>
>
>
> If there is any more information that you need to help with this
> please let me know and i will post it.
>
>
>
>
>
> Thanks Rupert
>
> Never b sharp, never b flat, always b natural.
>
> ------------------------------------------------------------ ---------
> The official User-To-User support forum of the Apache HTTP Server
> Project.
> See for more info.
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
> " from the digest: users-digest-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
>
>
> Actually,
>
> What you are wanting is already being done. I just tried it, and it
> displays as you wish.
>
> Thanks,
> Daniel
>
> ------------------------------------------------------------ ---------
> The official User-To-User support forum of the Apache HTTP Server
> Project.
> See for more info.
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
> " from the digest: users-digest-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
>
>
>
> Hello Daniel,
> You are correct.
> The browser displays only http://isinglive.co.uk for each and every
> page and any page can be bookmarked and returned to using that
> bookmak.
>
> Hoowever, all bookmarked pages have the same address: http://
> isinglive.co.uk meaning that only pne page from this site can be
> bookmarked at a time. If an attempt to bookmark a second page
> with the
> same browser is made then the current bookmarked page will be
> replaced by
> the new bookmarked page because they have the same name:
> http://isinglive.co.uk. meaning that only pne page from this site can
> be bookmarked at a time.
>
> What I would prefer is that the full URL is displayed in the
> browser so
> that pages can be differentiated.
>
> How can I do this?
>
> Thanks Rupert
> Never b sharp, never b flat, alway's b natural
>
>
>
>
> ------------------------------------------------------------ ---------
> The official User-To-User support forum of the Apache HTTP Server
> Project.
> See for more info.
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
> " from the digest: users-digest-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
>
>
> Rupert,
>
> This is already being done. I bookmarked like 5 pages, and all go to
> their respective targets.
>
> Thanks,
> Daniel
>
> ------------------------------------------------------------ ---------
> The official User-To-User support forum of the Apache HTTP Server
> Project.
> See for more info.
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
> " from the digest: users-digest-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
>
>
>
>
> Thanks Daniel,
>
> It must be IE that is the problem. I will try with other browsers
> when I
> get the chance.
>
>
> Rupert
> Never b sharp, never b flat, alway's b natural
>
> ------------------------------------------------------------ ---------
> The official User-To-User support forum of the Apache HTTP Server
> Project.
> See for more info.
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
> " from the digest: users-digest-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
>
>
> I doubt that IE is the problem.
>
>
> Jonathan,
>
> I booked marked like 5 pages on his site, and all of them show up
> in Firefox with the individual pages as book marks.
>
> Thanks,.
> Dan
>
> ------------------------------------------------------------ ---------
> The official User-To-User support forum of the Apache HTTP Server
> Project.
> See for more info.
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
> " from the digest: users-digest-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
>
>
> Right, we established that much days ago. I'm suggesting that
> you're doing something weird, as it happens other browsers
> understand the weirdness. We have a lot of things to blame IE for
> but I don't think we should blame IE for not understanding your
> bizarre configuration.
> Why don't you have the links on the site point to the same URL as
> the one in the browser URL bar? What's the value in using the IP in
> all your links, and then redirecting from there to the correct
> hostname. 301 redirects are pretty fast but why do them if you
> don't have to? Particularly if it cripples the ability for a large
> percentage of your users to bookmark your pages.

I think this was my original question. I am new to this and was
hoping for some help. How do I configure apache on OS x to return
the domain/etc instead of the ip/etc. I have 2 virtual hosts behind
a router - if the virtual hosts are setup wrong and is the cause of
this then I would be grateful for some guidance on how I can alter
it. However, everthing seems to be working fine except this issue.

Thanks Rupert
--Apple-Mail-1-1025781943
Content-Transfer-Encoding: quoted-printable
Content-Type: text/html;
charset=US-ASCII

-webkit-line-break: after-white-space; ">

On 25 Feb 2010, =
at 01:40, Jonathan Zuckerman wrote:

class=3D"Apple-interchange-newline">


class=3D"gmail_quote">On Wed, Feb 24, 2010 at 5:20 PM, Daniel Reinhardt =
< href=3D"mailto:cryptodan@cryptodan.net">cryptodan@cryptodan. net> pan> wrote:
..8ex;border-left:1px #ccc solid;padding-left:1ex;">
=
--------------------------------------------------
From: "Jonathan =
Zuckerman" < target=3D"_blank">j.zuckerman@gmail.com>
Sent: 24 February, =
2010 21:08
To: < target=3D"_blank">users@httpd.apache.org>
Subject: Re: =
[users@httpd] Apache 1.3 OS X 10.4 help

class=3D"gmail_quote" style=3D"margin:0 0 0 .8ex;border-left:1px #ccc =
solid;padding-left:1ex"> On Wed, Feb 24, 2010 at 3:26 AM, Rupert Reid =
< target=3D"_blank">isinglive@madasafish.com>wrote:

=
..8ex;border-left:1px #ccc solid;padding-left:1ex">
On 23 Feb 2010, =
at 21:43, Daniel Reinhardt wrote:


class=3D"gmail_quote" style=3D"margin:0 0 0 .8ex;border-left:1px #ccc =
solid;padding-left:1ex"> =
--------------------------------------------------
From: "Rupert =
Reid" < target=3D"_blank">isinglive@madasafish.com>
Sent: 23 =
February, 2010 18:27
To: < target=3D"_blank">users@httpd.apache.org>
Subject: Re: =
[users@httpd] Apache 1.3 OS X 10.4 help

 On 18 Feb 2010, =
at 20:12, Daniel Reinhardt wrote:
style=3D"margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"> =


..8ex;border-left:1px #ccc solid;padding-left:1ex"> =
--------------------------------------------------
From: "Rupert =
Reid" < target=3D"_blank">isinglive@madasafish.com>
Sent: 17 =
February, 2010 16:04
To: < target=3D"_blank">users@httpd.apache.org>
Subject: =
[users@httpd] Apache 1.3 OS X 10.4 help

 Hello,
=
..8ex;border-left:1px #ccc solid;padding-left:1ex">


I am =
new to this but hope that you can help me.


I have 2 =
virtual domain websites published at http:// href=3D"http://80.189.101.120/isinglive/" =
target=3D"_blank">80.189.101.120/isinglive/
and
href=3D"http://80.189.101.120/cantoenvivo/" =
target=3D"_blank">http://80.189.101.120/cantoenvivo/
=
 respectively.

The following domains: href=3D"http://isinglive.co.uk" =
target=3D"_blank">http://isinglive.co.uk
and http://
href=3D"http://cantoenvivo.com" target=3D"_blank">cantoenvivo.com =
are respectively forwarded to the above url's  using
 my =
hosts framed web forwarding.

For example when browser clicks on =
page target=3D"_blank">http://80.189.101.120/isinglive/rosario.ph p the =
browser url bar will show http://
target=3D"_blank">isinglive.co.uk.


What I want to =
achieve is that when a browser clicks on http://
href=3D"http://80.189.101.120/isinglive/rosario.php" =
target=3D"_blank">80.189.101.120/isinglive/rosario.php
, I want =
apache to send  http://
href=3D"http://isinglive.co.uk/rosario.php" =
target=3D"_blank">isinglive.co.uk/rosario.php
to the browser (not =
the  former) or if
href=3D"http://80.189.101.120/cantoenvivo/filosofia.php" =
target=3D"_blank">http://80.189.101.120/cantoenvivo/filosofi a.php
is =
 clicked show
target=3D"_blank">http://cantoenvivo.com/filosofia.php.

How =
can I get apache to do dynamically this dynamically for each
virtual =
domain?

It is really important for me that the URL as described =
is sent  to
 the browser - without it browsers cannot =
bookmark pages.



If there is any more information that =
you need to help with this
please let me know and i will post =
it.





Thanks Rupert

Never b sharp, =
never b flat, always b natural.

=
------------------------------------------------------------ ---------
=
The official User-To-User support forum of the Apache HTTP Server
=
 Project.
See <URL: href=3D"http://httpd.apache.org/userslist.html" =
target=3D"_blank">http://httpd.apache.org/userslist.html
> for =
more info.
To unsubscribe, e-mail: href=3D"mailto:users-unsubscribe@httpd.apache.org" =
target=3D"_blank">users-unsubscribe@httpd.apache.org

 " =
  from the digest: href=3D"mailto:users-digest-unsubscribe@httpd.apache.org" =
target=3D"_blank">users-digest-unsubscribe@httpd.apache.org

For =
additional commands, e-mail: href=3D"mailto:users-help@httpd.apache.org" =
target=3D"_blank">users-help@httpd.apache.org



=
Actually,

What you are wanting is already being =
done.  I just tried it, and  it
displays as you wish.
=

Thanks,
Daniel

=
------------------------------------------------------------ ---------
=
The official User-To-User support forum of the Apache HTTP Server
=
 Project.
See <URL: href=3D"http://httpd.apache.org/userslist.html" =
target=3D"_blank">http://httpd.apache.org/userslist.html
> for =
more info.
To unsubscribe, e-mail: href=3D"mailto:users-unsubscribe@httpd.apache.org" =
target=3D"_blank">users-unsubscribe@httpd.apache.org

 " =
  from the digest: href=3D"mailto:users-digest-unsubscribe@httpd.apache.org" =
target=3D"_blank">users-digest-unsubscribe@httpd.apache.org

For =
additional commands, e-mail: href=3D"mailto:users-help@httpd.apache.org" =
target=3D"_blank">users-help@httpd.apache.org




=
Hello Daniel,
You are correct.
The browser =
displays only target=3D"_blank">http://isinglive.co.uk for each and every
=
 page and any page can be bookmarked and returned to using that =
bookmak.

Hoowever, all bookmarked pages have the same address: =
http://
target=3D"_blank">isinglive.co.uk meaning that only pne page from =
this site can be
 bookmarked at a time.  If an attempt to =
bookmark a second page with  the
same browser is made then the =
current bookmarked page will be  replaced by
the new bookmarked =
page because they have the same name:
href=3D"http://isinglive.co.uk" =
target=3D"_blank">http://isinglive.co.uk
. meaning that only pne page =
from this site can
 be bookmarked at a time.

What I =
would prefer is that the full URL is displayed in the browser =
 so
that pages can be differentiated.

How can I do =
this?

Thanks Rupert
Never b sharp, never b flat, alway's b =
natural




=
------------------------------------------------------------ ---------
=
The official User-To-User support forum of the Apache HTTP Server
=
Project.
See <URL: href=3D"http://httpd.apache.org/userslist.html" =
target=3D"_blank">http://httpd.apache.org/userslist.html
> for =
more info.
To unsubscribe, e-mail: href=3D"mailto:users-unsubscribe@httpd.apache.org" =
target=3D"_blank">users-unsubscribe@httpd.apache.org

 " =
  from the digest: href=3D"mailto:users-digest-unsubscribe@httpd.apache.org" =
target=3D"_blank">users-digest-unsubscribe@httpd.apache.org

For =
additional commands, e-mail: href=3D"mailto:users-help@httpd.apache.org" =
target=3D"_blank">users-help@httpd.apache.org



=
Rupert,

This is already being done.  I =
bookmarked like 5 pages, and all go to
their respective targets.
=

Thanks,
Daniel

=
------------------------------------------------------------ ---------
=
The official User-To-User support forum of the Apache HTTP Server =
Project.
See <URL: href=3D"http://httpd.apache.org/userslist.html" =
target=3D"_blank">http://httpd.apache.org/userslist.html
> for =
more info.
To unsubscribe, e-mail: href=3D"mailto:users-unsubscribe@httpd.apache.org" =
target=3D"_blank">users-unsubscribe@httpd.apache.org

 " =
  from the digest: href=3D"mailto:users-digest-unsubscribe@httpd.apache.org" =
target=3D"_blank">users-digest-unsubscribe@httpd.apache.org

For =
additional commands, e-mail: href=3D"mailto:users-help@httpd.apache.org" =
target=3D"_blank">users-help@httpd.apache.org




=

Thanks Daniel,

It must be IE that is the =
problem.  I will try with other browsers when I
get the =
chance.


Rupert
Never b sharp, never b flat, alway's b =
natural

=
------------------------------------------------------------ ---------
=
The official User-To-User support forum of the Apache HTTP Server =
Project.
See <URL: href=3D"http://httpd.apache.org/userslist.html" =
target=3D"_blank">http://httpd.apache.org/userslist.html
> for =
more info.
To unsubscribe, e-mail: href=3D"mailto:users-unsubscribe@httpd.apache.org" =
target=3D"_blank">users-unsubscribe@httpd.apache.org

 " =
  from the digest: href=3D"mailto:users-digest-unsubscribe@httpd.apache.org" =
target=3D"_blank">users-digest-unsubscribe@httpd.apache.org

For =
additional commands, e-mail: href=3D"mailto:users-help@httpd.apache.org" =
target=3D"_blank">users-help@httpd.apache.org



=
I doubt that IE is the problem.

=

Jonathan,

I booked marked like 5 pages on his site, and =
all of them show up in Firefox with the individual pages as book =
marks.

Thanks,.
Dan

=
------------------------------------------------------------ ---------
=
The official User-To-User support forum of the Apache HTTP Server =
Project.
See <URL: href=3D"http://httpd.apache.org/userslist.html" =
target=3D"_blank">http://httpd.apache.org/userslist.html
> for =
more info.
To unsubscribe, e-mail: href=3D"mailto:users-unsubscribe@httpd.apache.org" =
target=3D"_blank">users-unsubscribe@httpd.apache.org

 " =
  from the digest: href=3D"mailto:users-digest-unsubscribe@httpd.apache.org" =
target=3D"_blank">users-digest-unsubscribe@httpd.apache.org

For =
additional commands, e-mail: href=3D"mailto:users-help@httpd.apache.org" =
target=3D"_blank">users-help@httpd.apache.org


=

Right, we established that much days ago. =
I'm suggesting that you're doing something weird, as it happens other =
browsers understand the weirdness.  We have a lot of things to =
blame IE for but I don't think we should blame IE for not understanding =
your bizarre configuration.
Why don't you have the links on =
the site point to the same URL as the one in the browser URL bar? What's =
the value in using the IP in all your links, and then redirecting from =
there to the correct hostname.  301 redirects are pretty fast but =
why do them if you don't have to?  Particularly if it cripples the =
ability for a large percentage of your users to bookmark your =
pages.

I think this was my original =
question.  I am new to this and was hoping for some help.  How =
do I configure apache on OS x to return the domain/etc instead of the =
ip/etc.  I have 2 virtual hosts behind a router  - if the =
virtual hosts are setup wrong and is the cause of this then I would be =
grateful for some guidance on how I can alter it.  However, =
everthing seems to be working fine except this =
issue.

Thanks Rupert
=

--Apple-Mail-1-1025781943--

Re: Apache 1.3 OS X 10.4 help

am 25.02.2010 12:21:37 von Rupert Reid

On 25 Feb 2010, at 04:43, Jonathan Zuckerman wrote:

> On Wed, Feb 24, 2010 at 6:19 PM, Daniel Reinhardt
> wrote:
>
> --------------------------------------------------
> From: "Jonathan Zuckerman"
> Sent: 25 February, 2010 1:40
>
> To:
> Subject: Re: [users@httpd] Apache 1.3 OS X 10.4 help
>
> On Wed, Feb 24, 2010 at 5:20 PM, Daniel Reinhardt
> wrote:
>
>
> --------------------------------------------------
> From: "Jonathan Zuckerman"
> Sent: 24 February, 2010 21:08
> To:
> Subject: Re: [users@httpd] Apache 1.3 OS X 10.4 help
>
> On Wed, Feb 24, 2010 at 3:26 AM, Rupert Reid
> > >wrote:
>
>
> On 23 Feb 2010, at 21:43, Daniel Reinhardt wrote:
>
>
> --------------------------------------------------
> From: "Rupert Reid"
> Sent: 23 February, 2010 18:27
> To:
> Subject: Re: [users@httpd] Apache 1.3 OS X 10.4 help
>
> On 18 Feb 2010, at 20:12, Daniel Reinhardt wrote:
>
>
>
> --------------------------------------------------
> From: "Rupert Reid"
> Sent: 17 February, 2010 16:04
> To:
> Subject: [users@httpd] Apache 1.3 OS X 10.4 help
>
> Hello,
>
>
>
>
> I am new to this but hope that you can help me.
>
>
> I have 2 virtual domain websites published at http://
> 80.189.101.120/isinglive/ and
> http://80.189.101.120/cantoenvivo/ respectively.
>
> The following domains: http://isinglive.co.uk and http://
> cantoenvivo.com are respectively forwarded to the above url's using
> my hosts framed web forwarding.
>
> For example when browser clicks on page
> http://80.189.101.120/isinglive/rosario.php the browser url bar will
> show http://
> isinglive.co.uk.
>
>
> What I want to achieve is that when a browser clicks on http://
> 80.189.101.120/isinglive/rosario.php, I want apache to send http://
> isinglive.co.uk/rosario.php to the browser (not the former) or if
> http://80.189.101.120/cantoenvivo/filosofia.php is clicked show
> http://cantoenvivo.com/filosofia.php.
>
> How can I get apache to do dynamically this dynamically for each
> virtual domain?
>
> It is really important for me that the URL as described is sent to
> the browser - without it browsers cannot bookmark pages.
>
>
>
> If there is any more information that you need to help with this
> please let me know and i will post it.
>
>
>
>
>
> Thanks Rupert
>
> Never b sharp, never b flat, always b natural.
>
> ------------------------------------------------------------ ---------
> The official User-To-User support forum of the Apache HTTP Server
> Project.
> See for more info.
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
> " from the digest: users-digest-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
>
>
> Actually,
>
> What you are wanting is already being done. I just tried it, and it
> displays as you wish.
>
> Thanks,
> Daniel
>
> ------------------------------------------------------------ ---------
> The official User-To-User support forum of the Apache HTTP Server
> Project.
> See for more info.
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
> " from the digest: users-digest-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
>
>
>
> Hello Daniel,
> You are correct.
> The browser displays only http://isinglive.co.uk for each and every
> page and any page can be bookmarked and returned to using that
> bookmak.
>
> Hoowever, all bookmarked pages have the same address: http://
> isinglive.co.uk meaning that only pne page from this site can be
> bookmarked at a time. If an attempt to bookmark a second page with
> the
> same browser is made then the current bookmarked page will be
> replaced
> by
> the new bookmarked page because they have the same name:
> http://isinglive.co.uk. meaning that only pne page from this site can
> be bookmarked at a time.
>
> What I would prefer is that the full URL is displayed in the browser
> so
> that pages can be differentiated.
>
> How can I do this?
>
> Thanks Rupert
> Never b sharp, never b flat, alway's b natural
>
>
>
>
> ------------------------------------------------------------ ---------
> The official User-To-User support forum of the Apache HTTP Server
> Project.
> See for more info.
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
> " from the digest: users-digest-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
>
>
> Rupert,
>
> This is already being done. I bookmarked like 5 pages, and all go to
> their respective targets.
>
> Thanks,
> Daniel
>
> ------------------------------------------------------------ ---------
> The official User-To-User support forum of the Apache HTTP Server
> Project.
> See for more info.
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
> " from the digest: users-digest-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
>
>
>
>
> Thanks Daniel,
>
> It must be IE that is the problem. I will try with other browsers
> when I
> get the chance.
>
>
> Rupert
> Never b sharp, never b flat, alway's b natural
>
> ------------------------------------------------------------ ---------
> The official User-To-User support forum of the Apache HTTP Server
> Project.
> See for more info.
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
> " from the digest: users-digest-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
>
>
> I doubt that IE is the problem.
>
>
> Jonathan,
>
> I booked marked like 5 pages on his site, and all of them show up in
> Firefox with the individual pages as book marks.
>
> Thanks,.
> Dan
>
> ------------------------------------------------------------ ---------
> The official User-To-User support forum of the Apache HTTP Server
> Project.
> See for more info.
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
> " from the digest: users-digest-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
>
>
> Right, we established that much days ago. I'm suggesting that
> you're doing
> something weird, as it happens other browsers understand the
> weirdness. We
> have a lot of things to blame IE for but I don't think we should
> blame IE
> for not understanding your bizarre configuration.
> Why don't you have the links on the site point to the same URL as
> the one in
> the browser URL bar? What's the value in using the IP in all your
> links, and
> then redirecting from there to the correct hostname. 301 redirects
> are
> pretty fast but why do them if you don't have to? Particularly if it
> cripples the ability for a large percentage of your users to
> bookmark your
> pages.
>
>
> Im not doing anything weird at all. I am going to each page, and
> bringing down the book mark menu and selecting Bookmark This Page
> and then select Done on the window.
>
> ------------------------------------------------------------ ---------
> The official User-To-User support forum of the Apache HTTP Server
> Project.
> See for more info.
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
> " from the digest: users-digest-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
>
>
> I'm saying your webpage is weird, can you explain why your links
> are using the IP instead of the hostname?

This is what is in the hosts file:
192.168.1.4 isinglive.co.uk

This is what is in the :


ServerAdmin admin@isinglive.co.uk
DocumentRoot /Server/isinglive
ServerName www.isinglive.co.uk
ServerAlias isinglive


This is what is in the OSX Network Preferences
Show = isinglive.co.uk
TCP/IP
Configure iPv4 = manually
iP Address = 192.168.1.4

This is what the router has in LAN clients
IP Address Hostname MAC Type
192.168.1.4 isinglive.co.uk 00:19:e3:3b:b7:13 Static

What is wrong with this setup?

Thanks Rupert


------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org

Re: Apache 1.3 OS X 10.4 help

am 25.02.2010 12:42:14 von Rupert Reid

On 25 Feb 2010, at 07:10, Lester Caine wrote:

> Jonathan Zuckerman wrote:
>> From: "Rupert Reid" >> What I want to achieve is that
>> when
>> a browser clicks on http://
>> 80.189.101.120/isinglive/
>> rosario.php
>> >> isinglive/rosario.php>,
>> I want apache to send http://
>> isinglive.co.uk/rosario.php
>> >> rosario.php>
>> to the browser (not the
>> former) or if
>> http://80.189.101.120/
>> cantoenvivo/filosofia.php
>> is clicked show
>> http://cantoenvivo.com/
>> filosofia.php.
>>
>> How can I get apache to do
>> dynamically this dynamically
>> for each
>> virtual domain?
>>
>> It is really important for me
>> that
>> the URL as described is sent to
>> the browser - without it
>> browsers
>> cannot bookmark pages.
>>
>> If there is any more information
>> that you need to help with this
>> please let me know and i will
>> post it.
>
> Cutt the crap .... then people might realize who is asking and who
> is answering
>
>>
>> Im not doing anything weird at all. I am going to each page, and
>> bringing down the book mark menu and selecting Bookmark This Page
>> and then select Done on the window.
>>
>> I'm saying your webpage is weird, can you explain why your links are
>> using the IP instead of the hostname?
>
> Jonathan ... Daniel is just trying to help Robert out.
> It is Robert that has the 'weird webpages', and I suspect is is
> because he is unable to view his pages locally because a third
> party is providing the dns mapping.
>
> Robert ... first thing to do is replace the ip addresses with the
> proper host address http://80.189.101.120/isinglive/ -> http://
> isinglive.co.uk/ then at least we have the page looking right. This
> may give you a problem LOOKING at the site from your machine, in
> which case adding
> 80.189.101.120 isinglive.co.uk
> to the 'host' file should get around that problem, but the /
> isinglive/ bit will then be a problem locally, but that is the bit
> apache virtual hosts should be taking care of.
> Before I had proper dns serving of my own website I used to have to
> look at it from the outside. I could not see it properly inside my
> IP address ;)
>
> --
> Lester Caine - G8HFL
> -----------------------------
> Contact - http://lsces.co.uk/wiki/?page=contact
> L.S.Caine Electronic Services - http://lsces.co.uk
> EnquirySolve - http://enquirysolve.com/
> Model Engineers Digital Workshop - http://medw.co.uk//
> Firebird - http://www.firebirdsql.org/index.php
>
> ------------------------------------------------------------ ---------
> The official User-To-User support forum of the Apache HTTP Server
> Project.
> See for more info.
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
> " from the digest: users-digest-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
>
>
Thanks for the advice Lester,

> Robert ... first thing to do is replace the ip addresses with the
> proper host address http://80.189.101.120/isinglive/ -> http://
> isinglive.co.uk/ then at least we have the page looking right.

If i do this in dns, then won't requests loop back to itself and
never reach my machine?

> This may give you a problem LOOKING at the site from your machine,
> in which case adding
> 80.189.101.120 isinglive.co.uk

Without changing the changing the hosts file, I am able to view the
site locally at http:isinglive.co.uk/rootfolder/ or by http://
192.168.1.4/

This is my setup:

This is what is in the hosts file:
192.168.1.4 isinglive.co.uk

This is what is in the :


ServerAdmin admin@isinglive.co.uk
DocumentRoot /Server/isinglive
ServerName www.isinglive.co.uk
ServerAlias isinglive


This is what is in the OSX Network Preferences
Show = isinglive.co.uk
TCP/IP
Configure iPv4 = manually
iP Address = 192.168.1.4

This is what the router has in LAN clients
IP Address Hostname MAC Type
192.168.1.4 isinglive.co.uk 00:19:e3:3b:b7:13 Static

What is wrong with this setup?

Thanks Rupert


------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org

Re: Apache 1.3 OS X 10.4 help

am 25.02.2010 14:54:33 von Rich Bowen

On Feb 25, 2010, at 2:10 AM, Lester Caine wrote:

>> I'm saying your webpage is weird, can you explain why your links are
>> using the IP instead of the hostname?
>=20
> Jonathan ... Daniel is just trying to help Robert out.
> It is Robert that has the 'weird webpages', and I suspect is is =
because he is unable to view his pages locally because a third party is =
providing the dns mapping.

If I might step in here and cut through the noise ...

There's no mystery here at all. Let me explain what is happening.

You are using a web forwarding service. They are not a DNS mapper, or =
even a real forwarder. Instead, they are loading your website in a Frame =
set. You can see this quite clearly by going to http://isinglive.co.uk/ =
and viewing the source. Since your site is loading in a frame, when you =
set a bookmark it is not a bookmark for the content of the frame, but =
for the frame container.

The solution to this problem is to not use this forwarding service. It =
is not possible to do what you want while using a frame-based forwarding =
service.

As to why someone else was able to make bookmarks - that's simply =
because they're not looking at the same URL. Instead of looking at the =
top-frame container, they are looking at the frame content page.

Again, this is no mystery, and is a very common problem - even expected =
- with this type of forwarder.


------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org

Re: Apache 1.3 OS X 10.4 help

am 25.02.2010 15:03:23 von LuKreme

On 24-Feb-10 14:08, Jonathan Zuckerman wrote:
> are respectively forwarded to the above url's using my hosts framed
> web forwarding.

This sound, then, like the issue is with the framed web forwarding which
is specifically designed to do what you are describing. Your host would
need to be setup as a real virtualhost for you to get the full and
correct URLs you want.

--
NO. I CANNOT BE BIDDEN. I CANNOT BE FORCED. I WILL DO ONLY THAT WHICH I
KNOW TO BE RIGHT. --Mort

------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org

Re: Apache 1.3 OS X 10.4 help

am 25.02.2010 15:08:02 von LuKreme

On 24-Feb-10 21:43, Jonathan Zuckerman wrote:
> I'm saying your webpage is weird, can you explain why your links are
> using the IP instead of the hostname?

Can someone explain why these posts are 1) in HTML 2) contain multiple
copies of the list footers 3) have no quote levels?

I replied to the first post, but I'm about ready to kill the thread
based on these follow-ups.

I could have sworn I set TB3 to show in text-only. Sigh.

--
NO. I CANNOT BE BIDDEN. I CANNOT BE FORCED. I WILL DO ONLY THAT WHICH I
KNOW TO BE RIGHT. --Mort

------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org

Re: Apache 1.3 OS X 10.4 help

am 25.02.2010 15:13:51 von Lester Caine

Rupert
See Rich's post
It explains the problem nicely. I was off teack a little as my own setup needed
ip addresses for different reasons when I set it up.
It is the 'forwarding' that needs to be 'fixed' rather than your end :(

--
Lester Caine - G8HFL
-----------------------------
Contact - http://lsces.co.uk/wiki/?page=contact
L.S.Caine Electronic Services - http://lsces.co.uk
EnquirySolve - http://enquirysolve.com/
Model Engineers Digital Workshop - http://medw.co.uk//
Firebird - http://www.firebirdsql.org/index.php

------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org

Re: Re: Apache 1.3 OS X 10.4 help

am 25.02.2010 15:24:05 von Lester Caine

LuKreme wrote:
> On 24-Feb-10 21:43, Jonathan Zuckerman wrote:
>> I'm saying your webpage is weird, can you explain why your links are
>> using the IP instead of the hostname?
>
> Can someone explain why these posts are 1) in HTML 2) contain multiple
> copies of the list footers 3) have no quote levels?

1 - No HTML on any of the messages here ...
2 - They were not being trimmed properly ...
3 - >> correctly being added to the text for indenting ...

> I replied to the first post, but I'm about ready to kill the thread
> based on these follow-ups.
>
> I could have sworn I set TB3 to show in text-only. Sigh.

I've got text set here and am not seeing a problem on Seamonkey ...

--
Lester Caine - G8HFL
-----------------------------
Contact - http://lsces.co.uk/wiki/?page=contact
L.S.Caine Electronic Services - http://lsces.co.uk
EnquirySolve - http://enquirysolve.com/
Model Engineers Digital Workshop - http://medw.co.uk//
Firebird - http://www.firebirdsql.org/index.php

------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org

Re: Apache 1.3 OS X 10.4 help

am 25.02.2010 17:33:55 von Rupert Reid

On 25 Feb 2010, at 14:13, Lester Caine wrote:

> Rupert
> See Rich's post
> It explains the problem nicely. I was off teack a little as my own
> setup needed ip addresses for different reasons when I set it up.
> It is the 'forwarding' that needs to be 'fixed' rather than your
> end :(
>
> --
> Lester Caine - G8HFL

Thank you Rich and Lester,

This is what I thought from the begining. Before contacting this
list I contacted my dns host 123-reg.c.uk and asked how I could
resolve this - they told me that the problem was with my host (me)
and I should contect them.. "... the URL on the address bar may
change after the domain is forwarded to the destination host and it
is outside our control."

My DNS host is unhelpful. Is there a dns host that I could transfer
to that would would allow me to abandon forwarding and fix this problem?

Thanks Rupert



------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org

Re: Apache 1.3 OS X 10.4 help

am 25.02.2010 17:43:33 von Lester Caine

Rupert Reid wrote:
>
> On 25 Feb 2010, at 14:13, Lester Caine wrote:
>
>> Rupert
>> See Rich's post
>> It explains the problem nicely. I was off teack a little as my own
>> setup needed ip addresses for different reasons when I set it up.
>> It is the 'forwarding' that needs to be 'fixed' rather than your end :(
>>
>> --
>> Lester Caine - G8HFL
>
> Thank you Rich and Lester,
>
> This is what I thought from the begining. Before contacting this list I
> contacted my dns host 123-reg.c.uk and asked how I could resolve this -
> they told me that the problem was with my host (me) and I should contect
> them.. "... the URL on the address bar may change after the domain is
> forwarded to the destination host and it is outside our control."
>
> My DNS host is unhelpful. Is there a dns host that I could transfer to
> that would would allow me to abandon forwarding and fix this problem?

I have a fixed IP address here AND I use 1and1 as well but it's not the cheapest
approach ;) 1 and 1 are my off site backup which is why I don't mind paying.

--
Lester Caine - G8HFL
-----------------------------
Contact - http://lsces.co.uk/wiki/?page=contact
L.S.Caine Electronic Services - http://lsces.co.uk
EnquirySolve - http://enquirysolve.com/
Model Engineers Digital Workshop - http://medw.co.uk//
Firebird - http://www.firebirdsql.org/index.php

------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org

Re: Apache 1.3 OS X 10.4 help

am 25.02.2010 18:01:56 von Tom Evans

On Thu, Feb 25, 2010 at 4:33 PM, Rupert Reid wro=
te:
> My DNS host is unhelpful.  Is there a dns host that I could transfer=
to that
> would would allow me to abandon forwarding and fix this problem?
>
> Thanks Rupert

I use 123-reg and do exactly this.

Log in, choose the domain, click manage domain.
In the menu that appears, click Manage DNS
Add appropriate A records pointing www and any other subdomains at your IP.
Remember to remove any web forwarding you have set up on that domain.

Cheers

Tom

------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org

Re: Apache 1.3 OS X 10.4 help

am 25.02.2010 20:34:34 von Rupert Reid

On 25 Feb 2010, at 17:01, Tom Evans wrote:

> On Thu, Feb 25, 2010 at 4:33 PM, Rupert Reid
> wrote:
>> My DNS host is unhelpful. Is there a dns host that I could
>> transfer to that
>> would would allow me to abandon forwarding and fix this problem?
>>
>> Thanks Rupert
>
> I use 123-reg and do exactly this.
>
> Log in, choose the domain, click manage domain.
> In the menu that appears, click Manage DNS
> Add appropriate A records pointing www and any other subdomains at
> your IP.
> Remember to remove any web forwarding you have set up on that domain.
>
> Cheers
>
> Tom

Tom I tried your advice but it did not work.

123-reg does not allow one to opt out of web forwarding as such.
There is an option for "No web forwarding" but this will compulsorily
point to 123-Reg default page if anyone typing isinglive.co.uk into a
web browser.

There is only a real choice between framed or non-framed forwarding.
- Framed forwarding will only show a fixed url of your choice e.g.
http://isinglive.co.uk.
- Non-framed forwarding will show the host address e.g. http://
80.189.101.120/isinglive/.

In this circumstance I do not want to use non-framed forwarding
because some browser (IE) creates an alert message warning the
browser that the web address is non standard.

How have you been able to overcome this with 123-reg?

Ideally I want the 80.189.101.120 part of the url to be replaced with
isinglive.co.uk in the browser.

Thanks Rupert

------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org

Re: Apache 1.3 OS X 10.4 help

am 25.02.2010 21:01:14 von Rich Bowen

--Apple-Mail-1-1058065632
Content-Transfer-Encoding: quoted-printable
Content-Type: text/plain;
charset=us-ascii


On Feb 25, 2010, at 2:34 PM, Rupert Reid wrote:

> 123-reg does not allow one to opt out of web forwarding as such. =
There is an option for "No web forwarding" but this will compulsorily =
point to 123-Reg default page if anyone typing isinglive.co.uk into a =
web browser.
>=20
> There is only a real choice between framed or non-framed forwarding.
> - Framed forwarding will only show a fixed url of your choice e.g. =
http://isinglive.co.uk.
> - Non-framed forwarding will show the host address e.g. =
http://80.189.101.120/isinglive/.
>=20
> In this circumstance I do not want to use non-framed forwarding =
because some browser (IE) creates an alert message warning the browser =
that the web address is non standard.
>=20
> How have you been able to overcome this with 123-reg?
>=20
> Ideally I want the 80.189.101.120 part of the url to be replaced with =
isinglive.co.uk in the browser.

You can't.

It's a direct consequence of "framed forwarding", as you call it. If you =
use frames, this is how it's going to work.

What you need, instead, is to have your hostname isinglive.co.uk =
pointing to your IP address 80.189.101.120 in an actual DNS server. =
Without that, you cannot do what you are trying to do. This is not =
something that you can work around. To do what you want you MUST have =
DNS resolution of your hostname/domainname to your IP address. That is =
the only way.

--Rich=

--Apple-Mail-1-1058065632
Content-Transfer-Encoding: quoted-printable
Content-Type: text/html;
charset=us-ascii

-webkit-nbsp-mode: space; -webkit-line-break: after-white-space; =
">

On Feb 25, 2010, at 2:34 PM, Rupert Reid wrote:

class=3D"Apple-interchange-newline">
class=3D"Apple-style-span" style=3D"border-collapse: separate; =
font-family: Helvetica; font-size: medium; font-style: normal; =
font-variant: normal; font-weight: normal; letter-spacing: normal; =
line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; =
white-space: normal; widows: 2; word-spacing: 0px; =
-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: =
0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: =
auto; -webkit-text-stroke-width: 0px; ">123-reg does not allow one to =
opt out of web forwarding as such.  There is an option for "No web =
forwarding" but this will compulsorily point to 123-Reg default page if =
anyone typing  href=3D"http://isinglive.co.uk/">isinglive.co.uk class=3D"Apple-converted-space"> into a web =
browser.

There is only a real choice between framed or non-framed =
forwarding.
- Framed forwarding will only show a fixed url of your =
choice e.g.  href=3D"http://isinglive.co.uk/">http://isinglive.co.uk.
- =
Non-framed forwarding will show the host address e.g. class=3D"Apple-converted-space">  href=3D"http://80.189.101.120/isinglive/">http://80.189.101. 120/isinglive/=
.

In this circumstance I do not want to use non-framed =
forwarding because some browser (IE) creates an alert message warning =
the browser that the web address is non standard.

How have you =
been able to overcome this with 123-reg?

Ideally I want the =
80.189.101.120 part of the url to be replaced with class=3D"Apple-converted-space">  href=3D"http://isinglive.co.uk/">isinglive.co.uk class=3D"Apple-converted-space"> in the =
browser.

You =
can't.

It's a direct consequence of "framed =
forwarding", as you call it. If you use frames, this is how it's going =
to work.

What you need, instead, is to have =
your hostname =
pointing to your IP address 80.189.101.120 in an actual DNS server. =
Without that, you cannot do what you are trying to do. This is not =
something that you can work around. To do what you want you MUST have =
DNS resolution of your hostname/domainname to your IP address. That is =
the only way.

--Rich
=

--Apple-Mail-1-1058065632--